diff options
author | dos-reis <gdr@axiomatics.org> | 2007-09-02 18:55:48 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2007-09-02 18:55:48 +0000 |
commit | 869512ac1dd0bc9c80182cbef6e01b39540fef7f (patch) | |
tree | 41e3dc594407411855cb62364327c2cb7f533561 /src/interp/spad.lisp.pamphlet | |
parent | beb1d42c90bb0489b98c1dc6816915868506e041 (diff) | |
download | open-axiom-869512ac1dd0bc9c80182cbef6e01b39540fef7f.tar.gz |
* compiler.boot.pamphlet (tc): Don't set $tripleCache.
* define.boot.pamphlet (compDefine): Likewise.
* wi1.boot.pamphlet (compDefine): Likewise.
* c-util.boot.pamphlet (displayComp): Likewise.
* spad.lisp.pamphlet (/TRANSPAD): Likewise.
* bootfuns.lisp.pamphlet (|$useDCQnotLET|): Move to
sys-globals.boot.
(|$updateCatTableIfTrue|): Likewise.
(|$updateIfTrue|): Remove.
(|$streamCount|): Likewise.
(|$tripleCache|): Remove.
(|$TranslateOnly|): Likewise.
(|$topOp|): Likewise.
(|$streamIndexing|): Remove.
(|$streamAlist|): Likewise.
* setq.lisp.pamphlet (|$useDCQnotLET|): Don't set here.
($streamAlist): Likewise.
(|$updateCatTableIfTrue|): Likewise.
(|$streamIndexing|): Likewise.
(|$streamCount|): Likewise.
Diffstat (limited to 'src/interp/spad.lisp.pamphlet')
-rw-r--r-- | src/interp/spad.lisp.pamphlet | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/interp/spad.lisp.pamphlet b/src/interp/spad.lisp.pamphlet index f4b1021f..5fd8bfa8 100644 --- a/src/interp/spad.lisp.pamphlet +++ b/src/interp/spad.lisp.pamphlet @@ -141,7 +141,6 @@ (setq proplist (LIST '(FLUID . |true|) (CONS '|special| (COPY-TREE |$InitialDomainsInScope|)))) - (SETQ |$tripleCache| NIL) (SETQ |$InteractiveFrame| (|addBinding| '|$DomainsInScope| proplist (|addBinding| '|$Information| NIL |