CMUCL commit: amd64-dd-branch src/tools (worldload.lisp)

Raymond Toy rtoy at common-lisp.net
Wed Nov 4 05:14:59 CET 2009


    Date: Tuesday, November 3, 2009 @ 23:14:59
  Author: rtoy
    Path: /project/cmucl/cvsroot/src/tools
     Tag: amd64-dd-branch

Modified: worldload.lisp

room.lisp doesn't currently build, so don't even bother to load it.
Don't need it right now.


----------------+
 worldload.lisp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


Index: src/tools/worldload.lisp
diff -u src/tools/worldload.lisp:1.110 src/tools/worldload.lisp:1.110.10.1
--- src/tools/worldload.lisp:1.110	Thu Jun 11 12:04:02 2009
+++ src/tools/worldload.lisp	Tue Nov  3 23:14:59 2009
@@ -6,7 +6,7 @@
 ;;; If you want to use this code or any part of CMU Common Lisp, please contact
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
-;;; $Header: /project/cmucl/cvsroot/src/tools/worldload.lisp,v 1.110 2009-06-11 16:04:02 rtoy Rel $
+;;; $Header: /project/cmucl/cvsroot/src/tools/worldload.lisp,v 1.110.10.1 2009-11-04 04:14:59 rtoy Exp $
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -115,7 +115,7 @@
 (maybe-byte-load "code:module")
 (maybe-byte-load "code:loop")
 (maybe-byte-load "code:dfixnum")
-#-(or gengc runtime) (maybe-byte-load "code:room")
+#-(or gengc runtime amd64) (maybe-byte-load "code:room")
 (maybe-byte-load "code:stream-vector-io")
 
 (maybe-byte-load "code:extfmts")



More information about the cmucl-commit mailing list