[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 6898]
This commit is contained in:
parrt 2010-05-26 13:26:46 -08:00
parent c9ae2330e0
commit b1c3e8d0d7
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ public class PDABytecodeGenerator extends TreeParser {
AltAST altAST = (AltAST)alt;
if ( altAST.getChildCount()==1 ) {
Tree e = altAST.getChild(0);
if ( e.getChildCount()==0 && e.getType()==ANTLRParser.WILDCARD ) {
if ( e.getType()==ANTLRParser.WILDCARD ) {
return true;
}
}