From 83f6468e0b48b7982bcba8ca669843afe32d59ef Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Sat, 31 Jul 1993 14:34:01 +0000
Subject: [PATCH] Actually pass the byte-p argument to open-fasl-file so that
 it really does use the machine-independent byte-code fasl file
 implementation.

---
 compiler/main.lisp | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/compiler/main.lisp b/compiler/main.lisp
index 99a3a4811..7d19c461f 100644
--- a/compiler/main.lisp
+++ b/compiler/main.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (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 @@
 			  (backend-byte-fasl-file-type *backend*)
 			  (backend-fasl-file-type *backend*))))
 	      (setq fasl-file (open-fasl-file output-file-name
-					      (namestring (first source)))))
+					      (namestring (first source))
+					      (eq *byte-compile* t))))
 	    
 	    (when trace-file
 	      (setq *compiler-trace-output*
-- 
GitLab