summaryrefslogtreecommitdiff
path: root/config/antlr.m4
diff options
context:
space:
mode:
Diffstat (limited to 'config/antlr.m4')
-rw-r--r--config/antlr.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/config/antlr.m4 b/config/antlr.m4
index cb6e2dc64..b376c0ecc 100644
--- a/config/antlr.m4
+++ b/config/antlr.m4
@@ -64,7 +64,7 @@ AC_DEFUN([AC_LIB_ANTLR],[
#include <antlr3.h>
int main() {
- pANTLR3_STRING_FACTORY factory = antlr3StringFactoryNew(ANTLR3_ENC_8BIT);
+ pANTLR3_TOKEN_FACTORY factory = antlr3TokenFactoryNew((pANTLR3_INPUT_STREAM) NULL);
return 0;
}
],
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback