diff options
Diffstat (limited to 'src/interp/slam.boot')
-rw-r--r-- | src/interp/slam.boot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/interp/slam.boot b/src/interp/slam.boot index 672acb96..8adf4882 100644 --- a/src/interp/slam.boot +++ b/src/interp/slam.boot @@ -54,7 +54,8 @@ reportFunctionCompilation(op,nam,argl,body,isRecursive) == cacheCount:= getCacheCount op cacheCount = "all" => reportFunctionCacheAll(op,nam,argl,body) cacheCount = 0 or null argl => - fun:= [nam,["LAMBDA",[:argl,'envArg],body]] + fun:= [nam,["LAMBDA",[:argl,'envArg], + declareGlobalVariables [minivectorName],body]] compileInteractive fun nam num := |