aboutsummaryrefslogtreecommitdiff
path: root/src/interp/i-syscmd.boot.pamphlet
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-09-03 21:04:18 +0000
committerdos-reis <gdr@axiomatics.org>2007-09-03 21:04:18 +0000
commit89cdfc1cf1dd40a8c5faf7fa8820f19bf6828895 (patch)
tree85fa4b61c0dad9dc7429b325a9f4b4454589e5e8 /src/interp/i-syscmd.boot.pamphlet
parentb4512335b01d5d2cd345f0b95ca08fb5191cad03 (diff)
downloadopen-axiom-89cdfc1cf1dd40a8c5faf7fa8820f19bf6828895.tar.gz
* i-syscmd.boot.pamphlet ($reportCompilation): Don't define here.
* bootfuns.lisp.pamphlet (|$PrintOnly|): Move to sys-globals.boot. (|$QuickCode|): Likewise. (|$QuickLet|): Likewise. (|$reportBottomUpFlag|): Likewise. (|$reportFlag|): Likewise. (|$returnMode|): Likewise. (|$SetFunctions|): Likewise. (|$slamFlag|): Likewise. (|$sourceFileTypes|): Likewise. (|$printLoadMsgs|): Likewise. (|$reportCompilation|): Likewise. (|$reportCoerceIfTrue|): Move to setvart.boot.pamphlet. (|$SystemSynonyms|): Remove. (|$QuietIfNil|): Remove. (|$readingFile|): Likewise. (|$reportCoerce|): Likewise. (|$reportCompilation|): Likewise. (|$reportSpadTrace|): Likewise. (|$resolveFlag|): Likewise. (|$scanModeFlag|): Likewise. (|OptionList|): Likewise. (def-boot-var): Likewise. * setq.lisp.pamphlet (|$QuickCode|): Don't set here. (|$QuickLet|): Likewise. (|$reportCoerce|): Likewise. * bookvol5.pamphlet (restart): Don't $printLodMsgs here.
Diffstat (limited to 'src/interp/i-syscmd.boot.pamphlet')
-rw-r--r--src/interp/i-syscmd.boot.pamphlet1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/interp/i-syscmd.boot.pamphlet b/src/interp/i-syscmd.boot.pamphlet
index 9a80eb4a..6bd8b099 100644
--- a/src/interp/i-syscmd.boot.pamphlet
+++ b/src/interp/i-syscmd.boot.pamphlet
@@ -131,7 +131,6 @@ This will have to be pushed down from the top level Makefile.
--% Utility Variable Initializations
SETANDFILEQ($cacheAlist,nil)
-SETANDFILEQ($reportCompilation,nil)
SETANDFILEQ($compileRecurrence,true)
SETANDFILEQ($errorReportLevel,'warning)
SETANDFILEQ($sourceFileTypes,'(INPUT SPAD BOOT LISP LISP370 META))