summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-08-02 23:40:41 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-08-02 23:40:41 +0200
commit19113af941e79eb99d5a34b5913a5f827961d39b (patch)
tree2dc46399294ba21459fb2ecc7b512986a37f9cfa
parent841d954211e4ec04f2b7b06177451d86424fe5b0 (diff)
Interpreter: Do not treat TAGBODY as a special operator.
-rw-r--r--MLKInterpreter.m4
1 files changed, 0 insertions, 4 deletions
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;