[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 9418]
This commit is contained in:
parrt 2011-11-20 15:04:48 -08:00
parent 2c98cae751
commit 6abc73cba3
1 changed files with 1 additions and 1 deletions

View File

@ -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