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

Actually pass the byte-p argument to open-fasl-file so that it really does

use the machine-independent byte-code fasl file implementation.
parent 05bb9a1b
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/main.lisp,v 1.91 1993/07/31 02:10:21 ram Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/main.lisp,v 1.92 1993/07/31 14:34:01 ram Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -1695,7 +1695,8 @@ ...@@ -1695,7 +1695,8 @@
(backend-byte-fasl-file-type *backend*) (backend-byte-fasl-file-type *backend*)
(backend-fasl-file-type *backend*)))) (backend-fasl-file-type *backend*))))
(setq fasl-file (open-fasl-file output-file-name (setq fasl-file (open-fasl-file output-file-name
(namestring (first source))))) (namestring (first source))
(eq *byte-compile* t))))
(when trace-file (when trace-file
(setq *compiler-trace-output* (setq *compiler-trace-output*
......
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