From 45f656f12b8a880be7ed618a5fcb86fb639f1285 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sun, 26 Aug 2007 12:41:20 +0000 Subject: * 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. --- src/interp/sys-constants.boot | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/interp/sys-constants.boot') 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" -- cgit v1.2.3