summaryrefslogtreecommitdiff
path: root/src/parser/antlr_input_imports.cpp
diff options
context:
space:
mode:
authorChristopher L. Conway <christopherleeconway@gmail.com>2010-05-03 21:25:47 +0000
committerChristopher L. Conway <christopherleeconway@gmail.com>2010-05-03 21:25:47 +0000
commit2673b70e8d31d42b4e2b7ec7d2edd3f28b1dac14 (patch)
tree3353f507db215b68d759327589f8c377cc70471f /src/parser/antlr_input_imports.cpp
parent09b5745fa1a2fcdc6b8d0a0d31c1ba34c96d67f0 (diff)
Small mistake in previous commit
Diffstat (limited to 'src/parser/antlr_input_imports.cpp')
-rw-r--r--src/parser/antlr_input_imports.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser/antlr_input_imports.cpp b/src/parser/antlr_input_imports.cpp
index 9e16d795a..7c879f5bc 100644
--- a/src/parser/antlr_input_imports.cpp
+++ b/src/parser/antlr_input_imports.cpp
@@ -262,7 +262,7 @@ void AntlrInput::reportError(pANTLR3_BASE_RECOGNIZER recognizer) {
* This is copied, largely unmodified, from antlr3lexer.c
*
*/
-inline pANTLR3_COMMON_TOKEN
+pANTLR3_COMMON_TOKEN
AntlrInput::nextTokenStr (pANTLR3_TOKEN_SOURCE toksource)
{
pANTLR3_LEXER lexer;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback