/[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.28 by akim, Fri Feb 21 08:13:37 2003 UTC revision 1.29 by eggert, Tue Feb 25 07:57:09 2003 UTC
# Line 432  yy::]b4_parser_class_name[::parse () Line 432  yy::]b4_parser_class_name[::parse ()
432        // Short files will use "unsigned char" for line numbers,        // Short files will use "unsigned char" for line numbers,
433        // in which case they will be output as character litterals        // in which case they will be output as character litterals
434        // by "<<".        // by "<<".
435        unsigned yylineno = rline_[n_];        unsigned yylno = rline_[n_];
436        YYCDEBUG << "Reducing via rule " << n_ - 1        YYCDEBUG << "Reducing via rule " << n_ - 1
437                 << " (line " << yylineno << "), ";                 << " (line " << yylno << "), ";
438        for (]b4_int_type_for([b4_prhs])[ i = prhs_[n_];        for (]b4_int_type_for([b4_prhs])[ i = prhs_[n_];
439             0 <= rhs_[i]; ++i)             0 <= rhs_[i]; ++i)
440          YYCDEBUG << name_[rhs_[i]] << ' ';          YYCDEBUG << name_[rhs_[i]] << ' ';

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

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