summaryrefslogtreecommitdiff
path: root/MLKForm.h
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-08-24 19:10:21 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-08-24 19:10:21 +0200
commitaa3f4a2b760c3d890aa51b3afa904ab604de794c (patch)
treec031c1242e0c1ad2ae92cf00347f36ec343065de /MLKForm.h
parentbaae263841853c289d48ce172e614171167cf1dd (diff)
parenta34b771cd9cc823260407b2905312b3be05390db (diff)
Merge mulk_benkard@ssh.phx.nearlyfreespeech.net:/home/htdocs/code/mulklisp
Diffstat (limited to 'MLKForm.h')
-rw-r--r--MLKForm.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/MLKForm.h b/MLKForm.h
index 5263dbd..ef62d97 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;
@@ -200,6 +200,8 @@
{
MLKSymbol *_lambdaListName;
}
+
+-(MLKSymbol *) lambdaListName;
@end