aboutsummaryrefslogtreecommitdiff
path: root/src/interp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp')
-rw-r--r--src/interp/i-spec1.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/i-spec1.boot b/src/interp/i-spec1.boot
index 9190d67d..14c28dcd 100644
--- a/src/interp/i-spec1.boot
+++ b/src/interp/i-spec1.boot
@@ -178,8 +178,8 @@ compileADEFBody(t,vars,types,body,computedResultType) ==
--
-- MCD 13/3/96
if not $definingMap and ($genValue or $compilingMap) then
- fun := ["function",["LAMBDA",[:vars,'envArg],body]]
- code := wrap timedEVALFUN ['LIST,fun]
+ fun := [$mapName,["LAMBDA",[:vars,'envArg],body]]
+ code := wrap compileInteractive fun
else
$freeVariables := []
$boundVariables := [minivectorName,:vars]