aboutsummaryrefslogtreecommitdiff
path: root/src/interp/c-util.boot
diff options
context:
space:
mode:
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.
--%