summaryrefslogtreecommitdiff
path: root/MLKForm.h
diff options
context:
space:
mode:
authorMatthias Benkard <mulk@Minimulk.local>2008-08-24 17:03:33 +0200
committerMatthias Benkard <mulk@Minimulk.local>2008-08-24 17:03:33 +0200
commit3fd292f83ef33f8052feb22eb133d37913d33c66 (patch)
tree67ce92a5dc1e374e67c097ffcbf0c78008ab2271 /MLKForm.h
parentf4240af04599a9b25645ecae78e5a45b46247cca (diff)
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.
Diffstat (limited to 'MLKForm.h')
-rw-r--r--MLKForm.h2
1 files changed, 1 insertions, 1 deletions
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;