aboutsummaryrefslogtreecommitdiff
path: root/src/interp/nruncomp.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/nruncomp.boot')
-rw-r--r--src/interp/nruncomp.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/nruncomp.boot b/src/interp/nruncomp.boot
index f12dd29e..7a53fe1e 100644
--- a/src/interp/nruncomp.boot
+++ b/src/interp/nruncomp.boot
@@ -516,8 +516,8 @@ buildFunctor(db,sig,code,$locals,$e) ==
--CODE: part 3
codePart3 := $epilogue
ans := ["%bind",bindings,
- ['%seq,:washFunctorBody optFunctorBody
- [:codePart1,:codePart2,:codePart3],"$"]]
+ ['%seq,:washFunctorBody optFunctorBody(db,
+ [:codePart1,:codePart2,:codePart3]),"$"]]
$getDomainCode := nil
--if we didn't kill this, DEFINE would insert it in the wrong place
SAY ['"time taken in buildFunctor: ",TEMPUS_-FUGIT()-oldtime]