summaryrefslogtreecommitdiffstats
path: root/poxml/antlr/src/Parser.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-12-31 12:43:19 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-12-31 23:45:36 +0900
commit4bc96324c1520dc5c6b068e84581382e2175d248 (patch)
tree3496cbab4bf4a5536e898e79f9f11c90139de881 /poxml/antlr/src/Parser.cpp
parent1577c48e1003eb15d95e6e983e978fa2824ead4e (diff)
downloadtdesdk-4bc96324.tar.gz
tdesdk-4bc96324.zip
Remove support for Metrowerks compiler
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d565c3570e67f6269fa1c96a084e5bd30fb054ad)
Diffstat (limited to 'poxml/antlr/src/Parser.cpp')
-rw-r--r--poxml/antlr/src/Parser.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/poxml/antlr/src/Parser.cpp b/poxml/antlr/src/Parser.cpp
index 115bf228..debe5900 100644
--- a/poxml/antlr/src/Parser.cpp
+++ b/poxml/antlr/src/Parser.cpp
@@ -40,7 +40,6 @@
#include <stdlib.h>
ANTLR_BEGIN_NAMESPACE(antlr)
-ANTLR_C_USING(exit)
/**A generic ANTLR parser (LL(k) for k>=1) containing a bunch of
* utility routines useful at any lookahead depth. We distinguish between