From 869512ac1dd0bc9c80182cbef6e01b39540fef7f Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sun, 2 Sep 2007 18:55:48 +0000 Subject: * 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. --- src/interp/compiler.boot.pamphlet | 1 - 1 file changed, 1 deletion(-) (limited to 'src/interp/compiler.boot.pamphlet') 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) -- cgit v1.2.3