From 6f78d0db3e577b615b0a3cc79b4a87c0a8b94ef2 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Tue, 2 Sep 2008 10:54:52 +0200 Subject: MLKLLVMCompiler#-markVariablesForHeapAllocationInForm: Fix heap allocation flag setting. --- MLKForm.m | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'MLKForm.m') diff --git a/MLKForm.m b/MLKForm.m index 3821886..94df172 100644 --- a/MLKForm.m +++ b/MLKForm.m @@ -100,6 +100,11 @@ return freeVariables; } +-(MLKLexicalContext *) context +{ + return _context; +} + -(void) dealloc { LDESTROY (_form); -- cgit v1.2.3