From 3f11cb6b3ddd03d3211dd355cbac23884fa5a6e3 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sat, 16 Aug 2008 22:10:01 +0200 Subject: Restore possibility of building without LLVM. --- MLKRoot.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'MLKRoot.m') 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 -- cgit v1.2.3