use load-relative
svn: r16656
This commit is contained in:
parent
7a77367040
commit
8dff3dca74
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
;; It relies on list-library.ss.
|
;; It relies on list-library.ss.
|
||||||
|
|
||||||
(load "listlib.ss")
|
(load-relative "listlib.ss")
|
||||||
|
|
||||||
;; representations of fields, states, and collections of states
|
;; representations of fields, states, and collections of states
|
||||||
(define BLANK 0)
|
(define BLANK 0)
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
;; It relies on list-library.ss.
|
;; It relies on list-library.ss.
|
||||||
|
|
||||||
(load "listlib.ss")
|
(load-relative "listlib.ss")
|
||||||
|
|
||||||
;; representations of fields, states, and collections of states
|
;; representations of fields, states, and collections of states
|
||||||
(define null '())
|
(define null '())
|
||||||
|
|
Loading…
Reference in New Issue
Block a user