< prev index next >

src/java.xml/share/classes/com/sun/java_cup/internal/runtime/lr_parser.java

Print this page

        

*** 944,954 **** { /* pop the stack */ if (debug) debug_message("# Pop stack by one, state was # " + (stack.peek()).parse_state); ! left_pos = ((Symbol)stack.pop()).left; tos--; /* if we have hit bottom, we fail */ if (stack.empty()) { --- 944,954 ---- { /* pop the stack */ if (debug) debug_message("# Pop stack by one, state was # " + (stack.peek()).parse_state); ! left_pos = stack.pop().left; tos--; /* if we have hit bottom, we fail */ if (stack.empty()) {
< prev index next >