From 3fd292f83ef33f8052feb22eb133d37913d33c66 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Sun, 24 Aug 2008 17:03:33 +0200 Subject: Refactor the interpreter so as to build upon the MLKForm class cluster. The transition is not finished yet, so lots of things are broken right now. --- MLKForm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MLKForm.h') diff --git a/MLKForm.h b/MLKForm.h index 5263dbd..a57faa3 100644 --- a/MLKForm.h +++ b/MLKForm.h @@ -146,7 +146,7 @@ @interface MLKForeignLambdaForm : MLKCompoundForm { NSString *_foreignName; - MLKSymbol *_name; + MLKSymbol *_foreignLibraryDesignator; MLKForeignType _returnType; MLKForeignType *_argumentTypes; int _argc; -- cgit v1.2.3