/[bison]/bison/data/yacc.c
ViewVC logotype

Diff of /bison/data/yacc.c

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

revision 1.52 by eggert, Thu Feb 13 07:13:57 2003 UTC revision 1.53 by eggert, Tue Feb 25 07:57:48 2003 UTC
# Line 583  do {                                                           \ Line 583  do {                                                           \
583                     [[int yyrule], [yyrule]])[                     [[int yyrule], [yyrule]])[
584  {  {
585    int yyi;    int yyi;
586    unsigned int yylineno = yyrline[yyrule];    unsigned int yylno = yyrline[yyrule];
587    YYFPRINTF (stderr, "Reducing stack by rule %d (line %u), ",    YYFPRINTF (stderr, "Reducing stack by rule %d (line %u), ",
588               yyrule - 1, yylineno);               yyrule - 1, yylno);
589    /* Print the symbols being reduced, and their result.  */    /* Print the symbols being reduced, and their result.  */
590    for (yyi = yyprhs[yyrule]; 0 <= yyrhs[yyi]; yyi++)    for (yyi = yyprhs[yyrule]; 0 <= yyrhs[yyi]; yyi++)
591      YYFPRINTF (stderr, "%s ", yytname [yyrhs[yyi]]);      YYFPRINTF (stderr, "%s ", yytname [yyrhs[yyi]]);

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53

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