aboutsummaryrefslogtreecommitdiff
path: root/src/interp/lisp-backend.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-09-11 22:36:41 +0000
committerdos-reis <gdr@axiomatics.org>2011-09-11 22:36:41 +0000
commit64f0a156dfc38090a2809fce96f4ea580b0d12d9 (patch)
tree554327fd9b784aa975a275c0b96f3497ad0ffa78 /src/interp/lisp-backend.boot
parent82b165809b7b67864b2ed9bc8217a2a197f58621 (diff)
downloadopen-axiom-64f0a156dfc38090a2809fce96f4ea580b0d12d9.tar.gz
* interp/compiler.boot (finishLambdaExpression): Tidy.
(extractCodeAndConstructTriple): Likewise. * interp/g-opt.boot (optCall): Likewise. ($VMsideEffectFreeOperators): Include %function * interp/lisp-backend.boot: Translate %function.
Diffstat (limited to 'src/interp/lisp-backend.boot')
-rw-r--r--src/interp/lisp-backend.boot1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interp/lisp-backend.boot b/src/interp/lisp-backend.boot
index 79200c61..778f6d91 100644
--- a/src/interp/lisp-backend.boot
+++ b/src/interp/lisp-backend.boot
@@ -627,6 +627,7 @@ for x in [
['%leave, :'RETURN],
['%otherwise,:'T],
['%funcall, :'FUNCALL],
+ ['%function, :'FUNCTION],
['%when, :'COND],
-- I/O stream functions