aboutsummaryrefslogtreecommitdiff
path: root/src/interp/setq.lisp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-10-31 01:41:13 +0000
committerdos-reis <gdr@axiomatics.org>2007-10-31 01:41:13 +0000
commit847e8111104c485b09b879499efe4ec3beb8942b (patch)
treecf28332ac203416194292fe44ef44d3855b5ba42 /src/interp/setq.lisp
parent161d80a8ff9c0d819710de6a83a3cb5bbcfdbe61 (diff)
downloadopen-axiom-847e8111104c485b09b879499efe4ec3beb8942b.tar.gz
* Makefile.pamphlet (define.$(FASLEXT)): New rule.
(<<define.clisp>>): Remove. * c-util.boot (CONTINUE): Comment out. * define.boot.pamphlet: Push into package "BOOT". Fix syntax. * i-intern.boot.pamphlet (put): Move to g-util.boot (get): Likewise. (get0): Likewise. (get1): Likewise. (get2): Likewise. * setq.lisp (/EDITFILE): Don't set here. Define it in sys-globals.boot. (NRTPARSE): Don't set here. Define in define.boot.
Diffstat (limited to 'src/interp/setq.lisp')
-rw-r--r--src/interp/setq.lisp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/interp/setq.lisp b/src/interp/setq.lisp
index 2a182dba..195a1c84 100644
--- a/src/interp/setq.lisp
+++ b/src/interp/setq.lisp
@@ -104,7 +104,6 @@
(SETQ |S:SPADKEY| NIL) ;" this is augmented by MAKESPADOP"
(SETQ |/EDIT,FT| 'SPAD)
(SETQ |/EDIT,FM| 'A)
-(SETQ /EDITFILE NIL)
(SETQ INITCOLUMN 0)
(SETQ |$functionTable| NIL)
(SETQ |$spaddefs| NIL)
@@ -311,7 +310,6 @@
|t#31| |t#32| |t#33| |t#34| |t#35| |t#36| |t#37| |t#38| |t#39| |t#40|
|t#41| |t#42| |t#43| |t#44| |t#45| |t#46| |t#47| |t#48| |t#49| |t#50|))
-(SETQ NRTPARSE NIL)
(SETQ |$NRTflag| T)
(SETQ |$NRTaddForm| NIL)
(SETQ |$NRTdeltaList| NIL)