From 7af4077884b2a9aadbed2fd8ff56266874252c35 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Mon, 11 Aug 2008 19:07:12 +0200 Subject: LLVM compiler: Support %LAMBDA, PROGN, %LOOP, lexical variables, and function calls. --- MLKForm.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MLKForm.m') 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 -- cgit v1.2.3