Skip to content
Snippets Groups Projects
Commit a44a987a authored by ram's avatar ram
Browse files

Changed let of *ALIEN-EVAL-WHEN* to be (COMPILE EVAL) rather than just

(COMPILE) so that stuff will get evaluated at least once in the 
bootstrap environment.
parent c4941008
No related branches found
No related tags found
No related merge requests found
...@@ -104,7 +104,7 @@ ...@@ -104,7 +104,7 @@
(comf "nicode:machdefs") (comf "nicode:machdefs")
(comf "nicode:netnamedefs") (comf "nicode:netnamedefs")
(let ((system:*alien-eval-when* '(compile))) (let ((system:*alien-eval-when* '(compile eval)))
(unless (probe-file "nicode:machuser.nfasl") (unless (probe-file "nicode:machuser.nfasl")
(load "nicode:machmsgdefs.lisp") (load "nicode:machmsgdefs.lisp")
(comf "nicode:machuser")) (comf "nicode:machuser"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment