summaryrefslogtreecommitdiffstats
path: root/poxml/antlr/src/TreeParser.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 20:44:42 +0900
commitd565c3570e67f6269fa1c96a084e5bd30fb054ad (patch)
tree740851e17a702b75e9b05f2895614c1a165c4dcb /poxml/antlr/src/TreeParser.cpp
parentb53127648265c9dccdd00554388583c61dc09972 (diff)
downloadtdesdk-d565c3570e67f6269fa1c96a084e5bd30fb054ad.tar.gz
tdesdk-d565c3570e67f6269fa1c96a084e5bd30fb054ad.zip
Remove support for Metrowerks compiler
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'poxml/antlr/src/TreeParser.cpp')
-rw-r--r--poxml/antlr/src/TreeParser.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/poxml/antlr/src/TreeParser.cpp b/poxml/antlr/src/TreeParser.cpp
index 1e83bd77..52d8c50d 100644
--- a/poxml/antlr/src/TreeParser.cpp
+++ b/poxml/antlr/src/TreeParser.cpp
@@ -36,7 +36,6 @@
#include <stdlib.h>
ANTLR_BEGIN_NAMESPACE(antlr)
-ANTLR_C_USING(exit)
TreeParser::TreeParser()
: inputState(new TreeParserInputState()), traceDepth(0)