aboutsummaryrefslogtreecommitdiff
path: root/src/interp/sys-globals.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-10-14 14:31:06 +0000
committerdos-reis <gdr@axiomatics.org>2007-10-14 14:31:06 +0000
commitc74ed936d96536336650b13fe21e79e0db7a2da4 (patch)
treebbe9c68519f6ca0d06af7561f114b0ce501b0605 /src/interp/sys-globals.boot
parent095703f8cc7439cddda478b12667c5ac8264b6d5 (diff)
downloadopen-axiom-c74ed936d96536336650b13fe21e79e0db7a2da4.tar.gz
* Makefile.pamphlet (${DEPSYS}): Depend on g-error.$(FASLEXT),
g-boot.$(FASLEXT), c-util.$(FASLEXT), clam.$(FASLEXT), slam.$(FASLEXT). (slam.$(FASLEXT)): New rule. (clam.$(FASLEXT)): Likewise. (g-boot.$(FASLEXT)): Likewise. (g-error.$(FASLEXT)): Likewise. (c-util.$(FASLEXT)): Likewise. (<<c-util.lisp (OUT from IN)>>): Remove. (<<c-util.clisp>>): Likewise. * c-util.boot.pamphlet: Remove cached Lisp translation. Push into package "BOOT". Fix syntax. Remove unused functions. * clam.boot.pamphlet: Push into package "BOOT". Fix syntax. * g-error.boot.package: Likewise. * g-boot.boot.pamphlet: Push into package "BOOT". * slam.boot.pamphlet: Likewise. * sys-global.boot (CHR): Define. (TOK): Likewise.
Diffstat (limited to 'src/interp/sys-globals.boot')
-rw-r--r--src/interp/sys-globals.boot3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/interp/sys-globals.boot b/src/interp/sys-globals.boot
index 071059fb..e01aca54 100644
--- a/src/interp/sys-globals.boot
+++ b/src/interp/sys-globals.boot
@@ -403,3 +403,6 @@ SPADERRORSTREAM := _*ERROR_-OUTPUT_*
_/VERSION := 0
_/WSNAME := "NOBOOT"
+++
+CHR := nil
+TOK := nil