Skip to content

Commit b56b18a

Browse files
committed
Doh should have called related overloaded method
1 parent 2f8bb80 commit b56b18a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/org/opensolaris/opengrok/analysis/JFlexXref.java

+1-3
Original file line numberDiff line numberDiff line change
@@ -746,9 +746,7 @@ public void yypush(int newState, String popString) {
746746
* @param newState state id
747747
*/
748748
public void yypush(int newState) {
749-
this.stack.push(yystate());
750-
this.stackPopString.push(null);
751-
yybegin(newState);
749+
yypush(newState, null);
752750
}
753751

754752
/**

0 commit comments

Comments
 (0)