Skip to content
Snippets Groups Projects
Commit 58121a6e authored by dtc's avatar dtc
Browse files

Set the :proceed option when compiling run-program as a constant

redefinition is expected during a cross compile.
parent 64118f60
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/tools/worldcom.lisp,v 1.78 1998/08/30 04:55:03 dtc Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldcom.lisp,v 1.79 2000/08/12 07:32:50 dtc Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -256,7 +256,7 @@ ...@@ -256,7 +256,7 @@
(comf "target:code/parse-time") (comf "target:code/parse-time")
#-no-runtime (comf "target:code/parse-time") #-no-runtime (comf "target:code/parse-time")
(comf "target:code/run-program") (comf "target:code/run-program" :proceed t)
(comf "target:code/loop" :byte-compile *byte-compile*) (comf "target:code/loop" :byte-compile *byte-compile*)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment