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/wi1.boot.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/wi1.boot.pamphlet')
-rw-r--r-- | src/interp/wi1.boot.pamphlet | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/interp/wi1.boot.pamphlet b/src/interp/wi1.boot.pamphlet index 88c1d032..a86a7da2 100644 --- a/src/interp/wi1.boot.pamphlet +++ b/src/interp/wi1.boot.pamphlet @@ -1092,7 +1092,6 @@ compNot([op,arg], pWas, m, e) == coerce(markAny('compNot, pWas, [["NOT",x],$Boolean,ei]),m) compDefine(form,m,e) == - $tripleCache: local:= nil $tripleHits: local:= 0 $macroIfTrue: local $packagesUsed: local |