aboutsummaryrefslogtreecommitdiff
path: root/src/interp/compiler.boot.pamphlet
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-09-02 18:55:48 +0000
committerdos-reis <gdr@axiomatics.org>2007-09-02 18:55:48 +0000
commit869512ac1dd0bc9c80182cbef6e01b39540fef7f (patch)
tree41e3dc594407411855cb62364327c2cb7f533561 /src/interp/compiler.boot.pamphlet
parentbeb1d42c90bb0489b98c1dc6816915868506e041 (diff)
downloadopen-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/compiler.boot.pamphlet')
-rw-r--r--src/interp/compiler.boot.pamphlet1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/interp/compiler.boot.pamphlet b/src/interp/compiler.boot.pamphlet
index a443a2af..0e7d60db 100644
--- a/src/interp/compiler.boot.pamphlet
+++ b/src/interp/compiler.boot.pamphlet
@@ -146,7 +146,6 @@ compOrCroak1(x,m,e,compFn) ==
userError errorMessage
tc() ==
- $tripleCache:= nil
comp($x,$m,$f)