/[bison]/bison/src/output.c
ViewVC logotype

Diff of /bison/src/output.c

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

revision 1.157 by akim, Tue May 28 10:02:36 2002 UTC revision 1.158 by akim, Tue Jun 11 20:16:05 2002 UTC
# Line 548  actions_output (FILE *out) Line 548  actions_output (FILE *out)
548                     rules[rule].action_line,                     rules[rule].action_line,
549                     quotearg_style (c_quoting_style,                     quotearg_style (c_quoting_style,
550                                     muscle_find ("filename")));                                     muscle_find ("filename")));
551          /* As a Bison extension, add the ending semicolon.  Since some          fprintf (out, "    %s\n    break;\n\n",
552             Yacc don't do that, help people using bison as a Yacc                   rules[rule].action);
            finding their missing semicolons.  */  
         fprintf (out, "{ %s%s }\n    break;\n\n",  
                  rules[rule].action,  
                  yacc_flag ? ";" : "");  
553        }        }
554  }  }
555    

Legend:
Removed from v.1.157  
changed lines
  Added in v.1.158

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