summaryrefslogtreecommitdiff
path: root/MLKForm.h
diff options
context:
space:
mode:
authorMatthias Benkard <mulk@minimulk.mst-plus>2008-10-02 16:36:14 +0200
committerMatthias Benkard <mulk@minimulk.mst-plus>2008-10-02 16:36:14 +0200
commit2009d6d234c6bdc871109cf6b35c3ac2070f8d11 (patch)
treed4b1a557a58b2cafdc70d00782af48ead415c195 /MLKForm.h
parent9fef4e8498255fb72f654514321ffc1e8ca382b6 (diff)
Interpreter: Implement MULTIPLE-VALUE-LIST instead of MULTIPLE-VALUE-CALL.
Diffstat (limited to 'MLKForm.h')
-rw-r--r--MLKForm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/MLKForm.h b/MLKForm.h
index 60b5428..ff48e98 100644
--- a/MLKForm.h
+++ b/MLKForm.h
@@ -238,9 +238,9 @@
@end
-@interface MLKMultipleValueCallForm : MLKBodyForm
+@interface MLKMultipleValueListForm : MLKCompoundForm
{
- MLKForm *_functionForm;
+ MLKForm *_listForm;
}
@end