summaryrefslogtreecommitdiff
path: root/MLKForm.h
diff options
context:
space:
mode:
authorMatthias Benkard <mulk@Minimulk.local>2008-08-24 18:07:16 +0200
committerMatthias Benkard <mulk@Minimulk.local>2008-08-24 18:07:16 +0200
commit03f8b9a2dd1a41baee46fd82e07545ad7c10986d (patch)
tree379451ffec91546a874bdfe4f1a4e934eeadd48b /MLKForm.h
parent926dce9dc2c7afa009cacab46fb6f1b704c80ca7 (diff)
MLKInterpretedClosure: Adapt to the new interpreter.
Diffstat (limited to 'MLKForm.h')
-rw-r--r--MLKForm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/MLKForm.h b/MLKForm.h
index a57faa3..ef62d97 100644
--- a/MLKForm.h
+++ b/MLKForm.h
@@ -200,6 +200,8 @@
{
MLKSymbol *_lambdaListName;
}
+
+-(MLKSymbol *) lambdaListName;
@end