From 19113af941e79eb99d5a34b5913a5f827961d39b Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sat, 2 Aug 2008 23:40:41 +0200 Subject: Interpreter: Do not treat TAGBODY as a special operator. --- MLKInterpreter.m | 4 ---- 1 file changed, 4 deletions(-) (limited to 'MLKInterpreter.m') diff --git a/MLKInterpreter.m b/MLKInterpreter.m index 7d72f48..3e00b37 100644 --- a/MLKInterpreter.m +++ b/MLKInterpreter.m @@ -935,10 +935,6 @@ static MLKSymbol *_LOOP; return [NSArray arrayWithObject:symbol]; } - else if (car == TAGBODY) - { - //FIXME: ... - } else if (car == THROW) { id catchTag; -- cgit v1.2.3