aboutsummaryrefslogtreecommitdiff
path: root/src/interp/c-util.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2012-05-01 10:07:40 +0000
committerdos-reis <gdr@axiomatics.org>2012-05-01 10:07:40 +0000
commita532d9e78207b92f9f89b1ec45de318780895492 (patch)
treea92dfa7af6361530ab9d1d88a4cb797afa08760f /src/interp/c-util.boot
parent9e4c13732467bdf50de9e5b9d2d9cc5c76e22123 (diff)
downloadopen-axiom-a532d9e78207b92f9f89b1ec45de318780895492.tar.gz
* interp/vmlisp.lisp (COMP370): Move to c-util.boot
(compileLispDefinition): Move to lisp-backend.boot.
Diffstat (limited to 'src/interp/c-util.boot')
-rw-r--r--src/interp/c-util.boot5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/interp/c-util.boot b/src/interp/c-util.boot
index 38a24387..82c7c8ca 100644
--- a/src/interp/c-util.boot
+++ b/src/interp/c-util.boot
@@ -1822,6 +1822,11 @@ compileQuietly fn ==
+COMP370 x ==
+ first x is [.,:.] => [COMPILE1 y for y in x]
+ [COMPILE1 x]
+
+
--%
--% Compile Time operation lookup for the benefit of domain inlining.
--%