aboutsummaryrefslogtreecommitdiff
path: root/src/interp/setq.lisp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-11-29 16:07:50 +0000
committerdos-reis <gdr@axiomatics.org>2007-11-29 16:07:50 +0000
commit299569280385c1347ef4ad93dd31f201fe78af85 (patch)
treebc4fe119e9936705b3f68b669d93c29d0cb8dafd /src/interp/setq.lisp
parenta2dd0e18ef266f90290ed2840a31e81cf83d8925 (diff)
downloadopen-axiom-299569280385c1347ef4ad93dd31f201fe78af85.tar.gz
* Makefile.pamphlet (NAGBROBJS): Remove.
(makeint.lisp): Don't depend on it, don't use it. (UNUSED): Remove reference to anna.boot. (nag-s.$(FASLEXT)): Remove. (nag-f07.$(FASLEXT)): Likewise. (nag-f04.$(FASLEXT)): Likewise. (nag-f02.$(FASLEXT)): Likewise. (nag-f01.$(FASLEXT)): Likewise. (nag-e04.$(FASLEXT)): Likewise. (nag-e02.$(FASLEXT)): Likewise. (nag-e02b.$(FASLEXT)): Likewise. (nag-e01.$(FASLEXT)): Likewise. (nag-d03.$(FASLEXT)): Likewise. (nag-d02.$(FASLEXT)): Likewise. (nag-d01.$(FASLEXT)): Likewise. (nag-c06.$(FASLEXT)): Likewise. (nag-c05.$(FASLEXT)): Likewise. (nag-c02.$(FASLEXT)): Likewise. anna.boot: Remove. nag-s.boot: Likewise. nag-f07.boot: Likewise. nag-f04.boot: Likewise. nag-f02.boot: Likewise. nag-f01.boot: Likewise. nag-e04.boot: Likewise. nag-e02.boot: Likewise. nag-e02b.boot: Likewise. nag-e01.boot: Likewise. nag-d03.boot: Likewise. nag-d02.boot: Likewise. nag-d01.boot: Likewise. nag-c06.boot: Likewise. nag-c05.boot: Likewise. nag-c02.boot: Likewise. * setq.lisp (|$localExposureDataDefault|): Remove reference to naglink. (|$localExposureData|): Likewise. (|$InitialCommandSynonymAlist|): Remove startNAGLink and stopNAGLink. * setvars.boot (setNagHost): Remove. (describeSetNagHost): Likewise. (setFortPers): Likewise. (describeSetFortPers): Likewise. * setvart.boot: Remove naglink option. * sockio.lisp (NAGLinkServer): Remove. * util.lisp (anna-functions): Likewise. (nagbr-functions): Likewise. (build-interpsys): Lose nagbr-files parameter. (setNAGBootAutoloadProperties): Remove. (get-NAG-chapter): Likewise. (nag-files): Likewise. (chapter-name): Likewise. (sourcepath): Don't set naglink.
Diffstat (limited to 'src/interp/setq.lisp')
-rw-r--r--src/interp/setq.lisp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/interp/setq.lisp b/src/interp/setq.lisp
index 992ad396..e62c3676 100644
--- a/src/interp/setq.lisp
+++ b/src/interp/setq.lisp
@@ -85,9 +85,9 @@
(SETQ |$insideCompileBodyIfTrue| NIL)
(SETQ |$globalExposureGroupAlist| NIL)
(SETQ |$localExposureDataDefault|
- (VECTOR (LIST '|basic| '|categories| '|naglink| '|anna| ) NIL NIL))
+ (VECTOR (LIST '|basic| '|categories|) NIL NIL))
(SETQ |$localExposureData|
- (VECTOR (LIST '|basic| '|categories| '|naglink| '|anna| ) NIL NIL))
+ (VECTOR (LIST '|basic| '|categories|) NIL NIL))
(SETQ |$compilingInputFile| NIL)
(SETQ |$minivectorNames| NIL)
(setq |$ReadingFile| NIL)
@@ -232,9 +232,7 @@
(|restore| . "history )restore")
(|save| . "history )save")
(|startGraphics| . "system $AXIOM/lib/viewman &")
- (|startNAGLink| . "system $AXIOM/lib/nagman &")
(|stopGraphics| . "lisp (|sockSendSignal| 2 15)")
- (|stopNAGLink| . "lisp (|sockSendSignal| 8 15)")
(|time| . "set message time")
(|type| . "set message type")
(|unexpose| . "set expose drop constructor")