forked from jasder/antlr
tweak
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 9418]
This commit is contained in:
parent
2c98cae751
commit
6abc73cba3
|
@ -121,7 +121,7 @@ public class ANTLRStringStream implements CharStream {
|
|||
/** mark/release do nothing; we have entire buffer */
|
||||
@Override
|
||||
public int mark() {
|
||||
return p;
|
||||
return -1;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue