From ae56a5092dd6a39042a0518c59736cd9dbbeb0ba Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Wed, 1 Oct 2008 17:12:28 +0200 Subject: LLVM compiler: Split function compilation from %LAMBDA form handling. --- MLKForm.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'MLKForm.h') diff --git a/MLKForm.h b/MLKForm.h index 24d4920..60b5428 100644 --- a/MLKForm.h +++ b/MLKForm.h @@ -99,6 +99,8 @@ -(void) splitDeclarationsAndBody:(id)object; -(void) processBody:(id)object inContext:(MLKLexicalContext *)context; -(void) processBody:(id)object; +-(NSArray *) bodyForms; +-(MLKLexicalContext *) bodyContext; @end -- cgit v1.2.3