diff options
author | Matthias Andreas Benkard <matthias@benkard.de> | 2008-08-02 23:40:41 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <matthias@benkard.de> | 2008-08-02 23:40:41 +0200 |
commit | 19113af941e79eb99d5a34b5913a5f827961d39b (patch) | |
tree | 2dc46399294ba21459fb2ecc7b512986a37f9cfa | |
parent | 841d954211e4ec04f2b7b06177451d86424fe5b0 (diff) |
Interpreter: Do not treat TAGBODY as a special operator.
-rw-r--r-- | MLKInterpreter.m | 4 |
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; |