aboutsummaryrefslogtreecommitdiff
path: root/src/interp/util.lisp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-07-07 20:20:31 +0000
committerdos-reis <gdr@axiomatics.org>2008-07-07 20:20:31 +0000
commit95ef8592f2efacf43bc943a1df9a9007a46decea (patch)
tree13d75cae2b038af6095e25087c1e400fc7e06162 /src/interp/util.lisp
parent3d2601972bcc0cb08da6190d771dcb75544bfe5d (diff)
downloadopen-axiom-95ef8592f2efacf43bc943a1df9a9007a46decea.tar.gz
* interp/spad.lisp (S-PROCESS): Remove Old Boot specific codes.
* interp/server.boot (parseAndInterpret): Don't set $BOOT. * interp/setvars.boot (resetWorkspaceVariables): Likewise. * interp/spad-parser.boot (parseSpadFile): Likewise. * interp/postpar.boot: Disable Old Boot handling codes. * interp/metalex.lisp (quote-if-string): Don't test for $BOOT. * interp/parsing.lisp (IOStat): Likewise. (IOClear): Likewise. * interp/ht-util.boot (parseAndEval): Don't set $BOOT. * interp/int-top.boot (ncTopLevel): Likewise. * interp/fnewmeta.lisp: Remove Old Boot specific productions. * interp/sys-macros.lisp (-REDUCE): Don't test for $BOOT. (SPADDO): Likewise. * interp/comp.lisp (COMP-TRAN-1): Likewise. * interp/util.lisp (|string2SpadTree|): Likewise. * interp/bootlex.lisp (READBOOT): Remove. (READ-BOOT): Likewise. (spad): Don't initialize $BOOT. * interp/debug.lisp (/D-2): Likewise.
Diffstat (limited to 'src/interp/util.lisp')
-rw-r--r--src/interp/util.lisp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/interp/util.lisp b/src/interp/util.lisp
index 995050f8..18bc4788 100644
--- a/src/interp/util.lisp
+++ b/src/interp/util.lisp
@@ -530,12 +530,11 @@
(|processSynonyms|))
(ioclear)
(LET* ((BOOT-LINE-STACK (LIST (CONS 1 LINE)))
- ($BOOT NIL)
($SPAD T)
(XTOKENREADER 'GET-BOOT-TOKEN)
(LINE-HANDLER 'NEXT-BOOT-LINE)
(PARSEOUT (PROG2 (|PARSE-NewExpr|) (POP-STACK-1))))
- (DECLARE (SPECIAL BOOT-LINE-STACK $BOOT $SPAD XTOKENREADER LINE-HANDLER))
+ (DECLARE (SPECIAL BOOT-LINE-STACK $SPAD XTOKENREADER LINE-HANDLER))
PARSEOUT))