summaryrefslogtreecommitdiff
path: root/MLKRoot.m
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-08-16 22:10:01 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-08-16 22:10:01 +0200
commit3f11cb6b3ddd03d3211dd355cbac23884fa5a6e3 (patch)
tree9a83a94f7994e5002b041b8ac0a97a5e6bf7cf1a /MLKRoot.m
parent40ee78a3229146beecdc16ce64e8270b7fdc7513 (diff)
Restore possibility of building without LLVM.
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