aboutsummaryrefslogtreecommitdiff
path: root/src/interp/lisp-backend.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/lisp-backend.boot')
-rw-r--r--src/interp/lisp-backend.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/lisp-backend.boot b/src/interp/lisp-backend.boot
index fddaabcd..1bb39713 100644
--- a/src/interp/lisp-backend.boot
+++ b/src/interp/lisp-backend.boot
@@ -1033,6 +1033,6 @@ backendCompile1 x ==
formatToStdout('"~&~%;;; *** ~S REDEFINED~%",fname)
[[fname,lamex],:$CLOSEDFNS]
-backendCompile l ==
- [backendCompile2 f2 for f2 in [:backendCompile1(f1) for f1 in l]]
+backendCompile(db,l) ==
+ [backendCompile2(db,f2) for f2 in [:backendCompile1(f1) for f1 in l]]