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/spad.lisp.pamphlet | 1 - 1 file changed, 1 deletion(-) (limited to 'src/interp/spad.lisp.pamphlet') 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 -- cgit v1.2.3