fix from 3.4

[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 8671]
This commit is contained in:
parrt 2011-06-19 12:26:08 -08:00
parent 1d6ce54816
commit d6e4d5fb42
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ public class Parser extends BaseRecognizer {
t.line = current.getLine();
t.charPositionInLine = current.getCharPositionInLine();
t.channel = Token.DEFAULT_CHANNEL;
t.input = current.getInputStream();
return t;
}