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

Added NO-COMPILER, just for grins.

parent 46aa186e
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldload.lisp,v 1.19 1991/02/08 13:36:49 ram Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldload.lisp,v 1.20 1991/04/26 02:04:50 ram Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -84,6 +84,7 @@
(load "code:foreign")
;;; Load the compiler.
#-no-compiler
(load "c:loadcom.lisp")
;;; Load the pretty printer after the compiler, 'cause it compiles stuff
......
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