Skip to content
Snippets Groups Projects
Commit 6005ba7f authored by rtoy's avatar rtoy
Browse files

Compile and load unidata.lisp, even for non-unicode builds so that we

can do something with external formats instead of causing an error.
(Suggested by Paul.)
parent 6c1fb40c
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/worldbuild.lisp,v 1.54 2009/06/11 16:04:02 rtoy Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldbuild.lisp,v 1.55 2009/06/18 17:39:45 rtoy Rel $")
;;;
;;; **********************************************************************
;;;
......@@ -95,7 +95,6 @@
"target:code/bit-bash"
"target:code/byte-interp"
"target:code/array"
#+unicode
"target:code/unidata"
"target:code/char"
"target:code/lispinit"
......
......@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldcom.lisp,v 1.101 2009/06/16 21:25:02 rtoy Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldcom.lisp,v 1.102 2009/06/18 17:39:45 rtoy Rel $")
;;;
;;; **********************************************************************
;;;
......@@ -208,8 +208,7 @@
(comf "target:compiler/proclaim")
(when (c:backend-featurep :unicode)
(comf "target:code/unidata"))
(comf "target:code/unidata")
(comf "target:code/char")
(comf "target:code/misc")
(comf "target:code/extensions" :byte-compile t)
......
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