/[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.93 by marc, Sun Dec 16 01:26:25 2001 UTC revision 1.94 by marc, Sun Dec 16 01:45:19 2001 UTC
# Line 556  actions_output (FILE *out, size_t *line) Line 556  actions_output (FILE *out, size_t *line)
556                   rule_table[rule].action,                   rule_table[rule].action,
557                   yacc_flag ? ";" : "");                   yacc_flag ? ";" : "");
558    
559          /* We always output 5 '\n' per action.  */          /* We always output 4 '\n' per action.  */
560          *line += 5;          *line += 4;
561            /* Plus one if !no_lines_flag.  */
562            if (!no_lines_flag)
563              ++*line;
564          /* Get the number of lines written by the user.  */          /* Get the number of lines written by the user.  */
565          *line += get_lines_number (rule_table[rule].action);          *line += get_lines_number (rule_table[rule].action);
566        }        }

Legend:
Removed from v.1.93  
changed lines
  Added in v.1.94

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