aboutsummaryrefslogtreecommitdiff
path: root/src/interp/clam.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/clam.boot')
-rw-r--r--src/interp/clam.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/clam.boot b/src/interp/clam.boot
index 10d5157a..6b8cbaa9 100644
--- a/src/interp/clam.boot
+++ b/src/interp/clam.boot
@@ -108,11 +108,11 @@ compHash(op,argl,body) ==
codeBody := mkBind([[g2,getCode]],
['%when,[g2,returnFoundValue],['%otherwise,putCode]])
- computeFunction := [auxfn,['LAMBDA,argl,:body]]
+ computeFunction := [auxfn,['%lambda,argl,:body]]
if $reportCompilation then
sayBrightlyI bright '"Generated code for function:"
pp computeFunction
- compQuietly [[op,['LAMBDA,argl,codeBody]],computeFunction]
+ compQuietly [[op,['%lambda,argl,codeBody]],computeFunction]
op
CDRwithIncrement x ==