set error number so it does not conflict with Sam's fork.

This commit is contained in:
Terence Parr 2015-05-22 11:09:54 -07:00
parent e604167abb
commit 4f0afdcf8e
1 changed files with 1 additions and 1 deletions

View File

@ -956,7 +956,7 @@ public enum ErrorType {
*/
CHANNELS_BLOCK_IN_COMBINED_GRAMMAR(164, "custom channels are not supported in combined grammars", ErrorSeverity.ERROR),
NONCONFORMING_LR_RULE(165, "rule <arg> is left recursive but doesn't conform to a pattern ANTLR can handle", ErrorSeverity.ERROR),
NONCONFORMING_LR_RULE(169, "rule <arg> is left recursive but doesn't conform to a pattern ANTLR can handle", ErrorSeverity.ERROR),
/*
* Backward incompatibility errors