Skip to content

Commit

Permalink
pathnames relative to system
Browse files Browse the repository at this point in the history
  • Loading branch information
PuercoPop committed Jun 29, 2014
1 parent 7ff25f6 commit e71bebc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions movitz.lisp
Expand Up @@ -34,8 +34,8 @@
(defvar +movitz-multiple-values-limit+ 63)

(defvar *bq-level* 0)
(defvar *default-image-init-file* #p"losp/los0.lisp")
(defvar *default-image-file* #p"los0-image")
(defvar *default-image-init-file* (asdf:system-relative-pathname :movitz #P"losp/los0.lisp"))
(defvar *default-image-file* (asdf:system-relative-pathname :movitz #P"los0-image"))

(defvar *movitz-host-features* *features*
"The *features* of the host implementation.")
Expand Down

0 comments on commit e71bebc

Please sign in to comment.