summaryrefslogtreecommitdiff
path: root/src/parser/antlr_input.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/antlr_input.h')
-rw-r--r--src/parser/antlr_input.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/parser/antlr_input.h b/src/parser/antlr_input.h
index bdf5fe59e..84b5099fb 100644
--- a/src/parser/antlr_input.h
+++ b/src/parser/antlr_input.h
@@ -197,6 +197,11 @@ protected:
pANTLR3_COMMON_TOKEN_STREAM getTokenStream();
/**
+ * Issue a non-fatal warning to the user with file, line, and column info.
+ */
+ void warning(const std::string& msg);
+
+ /**
* Throws a <code>ParserException</code> with the given message.
*/
void parseError(const std::string& msg)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback