summaryrefslogtreecommitdiff
path: root/src/parser/antlr_input.h
diff options
context:
space:
mode:
authorChristopher L. Conway <christopherleeconway@gmail.com>2010-04-05 19:10:39 +0000
committerChristopher L. Conway <christopherleeconway@gmail.com>2010-04-05 19:10:39 +0000
commit046eb92262d5b865335c5b91f2976c99e78ac5db (patch)
tree44b300e71bcc1df3814b85ce2f8bbe703631e50e /src/parser/antlr_input.h
parent9f87faf986fb0de5cca52b8253f68fd429177d47 (diff)
Moving sources copied from libantlr3c to separate file
Diffstat (limited to 'src/parser/antlr_input.h')
-rw-r--r--src/parser/antlr_input.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/parser/antlr_input.h b/src/parser/antlr_input.h
index d77a2b586..c338c528a 100644
--- a/src/parser/antlr_input.h
+++ b/src/parser/antlr_input.h
@@ -64,9 +64,6 @@ class AntlrInput : public Input {
* NOTE: We assume that we <em>can</em> free it on exit. No sharing! */
pANTLR3_INPUT_STREAM d_input;
- static void *match(pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 ttype,
- pANTLR3_BITSET_LIST follow);
-
/** Turns an ANTLR3 exception into a message for the user and calls <code>parseError</code>. */
static void reportError(pANTLR3_BASE_RECOGNIZER recognizer);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback