aboutsummaryrefslogtreecommitdiff
path: root/src/interp/slam.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/slam.boot')
-rw-r--r--src/interp/slam.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/slam.boot b/src/interp/slam.boot
index 835c74f6..c616b3f2 100644
--- a/src/interp/slam.boot
+++ b/src/interp/slam.boot
@@ -57,8 +57,8 @@ reportFunctionCompilation(op,nam,argl,body,isRecursive) ==
cacheCount:= getCacheCount op
cacheCount = "all" => reportFunctionCacheAll(op,nam,argl,body)
cacheCount = 0 or null argl =>
- function:= [nam,["LAMBDA",[:argl,'envArg],body]]
- compileInteractive function
+ fun:= [nam,["LAMBDA",[:argl,'envArg],body]]
+ compileInteractive fun
nam
num :=
FIXP cacheCount =>