summaryrefslogtreecommitdiff
path: root/MLKForeignProcedure.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 /MLKForeignProcedure.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 'MLKForeignProcedure.h')
-rw-r--r--MLKForeignProcedure.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MLKForeignProcedure.h b/MLKForeignProcedure.h
index c01772d..160bb7c 100644
--- a/MLKForeignProcedure.h
+++ b/MLKForeignProcedure.h
@@ -35,7 +35,7 @@
-(id) initWithCode:(void *)code
argumentTypes:(NSArray *)argTypes
- returnType:(id)returnType;
+ returnType:(MLKForeignType)returnType;
-(NSArray *) applyToArray:(NSArray *)arguments;