Skip to content
Snippets Groups Projects
Commit fabf09c1 authored by wlott's avatar wlott
Browse files

Added load of query, 'cause it got left out.

#|...|#'ed the :constants arg to purify, 'cause it doesn't work.
parent 66246ca1
No related branches found
No related tags found
No related merge requests found
...@@ -67,6 +67,7 @@ ...@@ -67,6 +67,7 @@
(load "code:sysmacs") (load "code:sysmacs")
(load "code:pprint") (load "code:pprint")
(load "code:run-program") (load "code:run-program")
(load "code:query")
;;; Load the compiler. ;;; Load the compiler.
(load "c:loadcom.lisp") (load "c:loadcom.lisp")
...@@ -184,4 +185,5 @@ Don't install any dir translations, 'cause we want the real things. ...@@ -184,4 +185,5 @@ Don't install any dir translations, 'cause we want the real things.
extensions:save-lisp extensions:save-lisp
,lisp::fop-codes ,lisp::fop-codes
compile-file) compile-file)
:constants (cadr *info-environment*))) #| :constants (cadr *info-environment*) |#
))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment