use load-relative

svn: r16656
This commit is contained in:
Sam Tobin-Hochstadt 2009-11-10 18:28:20 +00:00
parent 7a77367040
commit 8dff3dca74
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
;; It relies on list-library.ss.
(load "listlib.ss")
(load-relative "listlib.ss")
;; representations of fields, states, and collections of states
(define BLANK 0)

View File

@ -8,7 +8,7 @@
;; It relies on list-library.ss.
(load "listlib.ss")
(load-relative "listlib.ss")
;; representations of fields, states, and collections of states
(define null '())