aboutsummaryrefslogtreecommitdiff
path: root/src/interp/compiler.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-10-11 00:08:39 +0000
committerdos-reis <gdr@axiomatics.org>2008-10-11 00:08:39 +0000
commitb65e17e4ccd9f302b5dff63e65008b349c2b3f71 (patch)
tree981c86ae012f67f8c4f30916a2bc902a209ef58f /src/interp/compiler.boot
parent0d4390eadce17c17a9da048d15252473bfc94a59 (diff)
downloadopen-axiom-b65e17e4ccd9f302b5dff63e65008b349c2b3f71.tar.gz
* interp/c-util.boot (backendCompile2): Bootified from COMP-2.
* interp/compiler.boot (COMP): Use it. * interp/comp.lisp (COMP-2): Remove.
Diffstat (limited to 'src/interp/compiler.boot')
-rw-r--r--src/interp/compiler.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/compiler.boot b/src/interp/compiler.boot
index f0d1d245..dc5f1211 100644
--- a/src/interp/compiler.boot
+++ b/src/interp/compiler.boot
@@ -1920,7 +1920,7 @@ compileQuietly fn ==
COMP l ==
- MAPCAR(function COMP_-2, MAPCAN(function COMP_-1,l))
+ MAPCAR(function backendCompile2, MAPCAN(function COMP_-1,l))
COMP_-1 x ==
fname := first x