From d565c3570e67f6269fa1c96a084e5bd30fb054ad Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 31 Dec 2024 12:43:19 +0900 Subject: Remove support for Metrowerks compiler Signed-off-by: Michele Calgaro --- poxml/antlr/src/TreeParser.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'poxml/antlr/src/TreeParser.cpp') 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 ANTLR_BEGIN_NAMESPACE(antlr) -ANTLR_C_USING(exit) TreeParser::TreeParser() : inputState(new TreeParserInputState()), traceDepth(0) -- cgit v1.2.1