Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 206455 | Differences between
and this patch

Collapse All | Expand All

(-)/root/toke.c.old (+1 lines)
Lines 692-697 Link Here
692
#else
692
#else
693
    parser->nexttoke = 0;
693
    parser->nexttoke = 0;
694
#endif
694
#endif
695
    parser->error_count = oparser ? oparser->error_count : 0; 
695
    parser->copline = NOLINE;
696
    parser->copline = NOLINE;
696
    parser->lex_state = LEX_NORMAL;
697
    parser->lex_state = LEX_NORMAL;
697
    parser->expect = XSTATE;
698
    parser->expect = XSTATE;

Return to bug 206455