summaryrefslogtreecommitdiff
path: root/MLKForm.m
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-08-11 19:07:12 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-08-11 19:07:12 +0200
commit7af4077884b2a9aadbed2fd8ff56266874252c35 (patch)
tree6623316f70164b9b2bf62ed1625d278c6fc26a80 /MLKForm.m
parent0e5c25802c9d069a290555629f35f93091839b09 (diff)
LLVM compiler: Support %LAMBDA, PROGN, %LOOP, lexical variables, and function calls.
Diffstat (limited to 'MLKForm.m')
-rw-r--r--MLKForm.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/MLKForm.m b/MLKForm.m
index 34d0b1f..89ab36c 100644
--- a/MLKForm.m
+++ b/MLKForm.m
@@ -260,7 +260,7 @@
@implementation MLKDeclaringForm
-(void) splitDeclarationsAndBody:(id)object
{
- MLKSplitDeclarationsDocAndForms(&_declarations, nil, &_body, object, NO);
+ MLKSplitDeclarationsDocAndForms(&_declarations, NULL, &_body, object, NO);
}
-(id) declarationsWithForms:(id)object