/[bison]/bison/data/lalr1.cc
ViewVC logotype

Diff of /bison/data/lalr1.cc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.20 by eggert, Wed Jan 29 06:31:02 2003 UTC revision 1.21 by akim, Tue Feb 4 20:57:46 2003 UTC
# Line 385  yy::]b4_parser_class_name[::parse () Line 385  yy::]b4_parser_class_name[::parse ()
385      goto yyacceptlab;      goto yyacceptlab;
386    
387    /* Shift the lookahead token.  */    /* Shift the lookahead token.  */
388    #if YYDEBUG
389    YYCDEBUG << "Shifting token " << looka_    YYCDEBUG << "Shifting token " << looka_
390           << " (" << name_[ilooka_] << "), ";             << " (" << name_[ilooka_] << "), ";
391    #endif
392    
393    /* Discard the token being shifted unless it is eof.  */    /* Discard the token being shifted unless it is eof.  */
394    if (looka_ != eof_)    if (looka_ != eof_)

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26