aboutsummaryrefslogtreecommitdiff
path: root/src/interp/sys-constants.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-08-26 12:41:20 +0000
committerdos-reis <gdr@axiomatics.org>2007-08-26 12:41:20 +0000
commit45f656f12b8a880be7ed618a5fcb86fb639f1285 (patch)
tree22459649d2b164f884e4236deaedace83a6d62b3 /src/interp/sys-constants.boot
parent5aea0ad31f2b0a610d2c5887cf44a5bd47a8582d (diff)
downloadopen-axiom-45f656f12b8a880be7ed618a5fcb86fb639f1285.tar.gz
* bootfuns.lisp.pamphlet (|$constructorsNotInDatabase|): Remove.
(|$DomainFrame|): Remove. (|$eltIfNil|): Remove. (|$compileMapFlag|): Remove. (|$evalDomain|): Don't set here. (|$false|): Move to sys-constants.boot. (|$domainTraceNameAssoc|): Move to sys-globals.boot. (|$evalDomain|): Move to sys-globals.boot. (|$exitModeStack|): Move to sys-globals.boot * pspad1.boot.pamphlet (lisp2Boot): Don't declare $eltIfNil anymore. * setvars.boot.pamphlet (resetWorkspaceVariables): Don't set anymore. * setq.lisp.pamphlet (|$domainTraceNameAssoc|): Don't set here. * spad.lisp.pamphlet (S-PROCESS): Don't bind |$DomainFrame| anymore. (S-PROCESS): Set $exitModeStack to nil. (|$false|): Don't set here.
Diffstat (limited to 'src/interp/sys-constants.boot')
-rw-r--r--src/interp/sys-constants.boot3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/interp/sys-constants.boot b/src/interp/sys-constants.boot
index f518d045..ec399877 100644
--- a/src/interp/sys-constants.boot
+++ b/src/interp/sys-constants.boot
@@ -513,6 +513,9 @@ $One ==
$true ==
''T
+$false ==
+ false
+
++ Indicate absence of value
$NoValue ==
"$NoValue"