diff options
Diffstat (limited to 'src/boot/translator.boot.pamphlet')
-rw-r--r-- | src/boot/translator.boot.pamphlet | 5 |
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|) |