From 2009d6d234c6bdc871109cf6b35c3ac2070f8d11 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Thu, 2 Oct 2008 16:36:14 +0200 Subject: Interpreter: Implement MULTIPLE-VALUE-LIST instead of MULTIPLE-VALUE-CALL. --- MLKForm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MLKForm.h') 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 -- cgit v1.2.3