aboutsummaryrefslogtreecommitdiff
path: root/src/boot/translator.boot.pamphlet
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-08-22 03:22:17 +0000
committerdos-reis <gdr@axiomatics.org>2007-08-22 03:22:17 +0000
commit68d5315c2d9a8c1526a6af824f52f84485f16257 (patch)
tree0f7f9fcfcbf8a65d2c85cd45214fa47e617882db /src/boot/translator.boot.pamphlet
parentde826ac4afd193208566c343a33f5987f5c4e9bb (diff)
downloadopen-axiom-68d5315c2d9a8c1526a6af824f52f84485f16257.tar.gz
* translator.boot.pamphlet (bpOutItem): Don't delay variable
definitions to load or evaluation time.
Diffstat (limited to 'src/boot/translator.boot.pamphlet')
-rw-r--r--src/boot/translator.boot.pamphlet5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/boot/translator.boot.pamphlet b/src/boot/translator.boot.pamphlet
index 2a3f4e6d..d6a9317e 100644
--- a/src/boot/translator.boot.pamphlet
+++ b/src/boot/translator.boot.pamphlet
@@ -406,7 +406,7 @@ bpOutItem()==
EQCAR(b,"TUPLE")=> bpPush cdr b
EQCAR(b,"+LINE")=> bpPush [ b ]
b is ["L%T",l,r] and IDENTP l =>
- bpPush [shoeEVALANDFILEACTQ ["DEFPARAMETER",l,r]]
+ bpPush [["DEFPARAMETER",l,r]]
case b of
Module(m) =>
bpPush [shoeCompileTimeEvaluation ["PROVIDE", m]]
@@ -1267,8 +1267,7 @@ associateRequestWithFileType(Option '"compile", '"boot",
(PROGN (SETQ |r| (CAR |ISTMP#2|)) 'T)))))
(IDENTP |l|))
(|bpPush|
- (LIST (|shoeEVALANDFILEACTQ|
- (LIST 'DEFPARAMETER |l| |r|)))))
+ (LIST (LIST 'DEFPARAMETER |l| |r|))))
('T
(PROGN
(SETQ |bfVar#5| |b|)