summaryrefslogtreecommitdiff
path: root/MLKRoot.m
diff options
context:
space:
mode:
Diffstat (limited to 'MLKRoot.m')
-rw-r--r--MLKRoot.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/MLKRoot.m b/MLKRoot.m
index a003912..b051dd3 100644
--- a/MLKRoot.m
+++ b/MLKRoot.m
@@ -704,7 +704,7 @@ as provided by method %@ of object %@",
with:nil]]);
}
-
+#ifdef USE_LLVM
+(NSArray *) compile:(NSArray *)args
{
NSLog (@"Compiling lambda form.");
@@ -714,4 +714,5 @@ as provided by method %@ of object %@",
NSLog (@"Compiled: %@", thing);
RETURN_VALUE (thing);
}
+#endif
@end