/[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.69 by akim, Mon Nov 19 10:19:20 2001 UTC revision 1.70 by akim, Mon Nov 19 10:26:16 2001 UTC
# Line 225  output_rule_data (void) Line 225  output_rule_data (void)
225    int j;    int j;
226    short *short_tab = NULL;    short *short_tab = NULL;
227    
228    output_table_data (&output_obstack, rline,    {
229                       0, 1, nrules + 1);      short *values = XCALLOC (short, nrules + 1);
230    muscle_insert ("rline", obstack_finish (&output_obstack));      for (i = 0; i < nrules + 1; ++i)
231          values[i] = rule_table[i].line;
232        output_table_data (&output_obstack, values,
233                           0, 1, nrules + 1);
234        muscle_insert ("rline", obstack_finish (&output_obstack));
235        XFREE (values);
236      }
237    
238    
239    j = 0;    j = 0;
240    for (i = 0; i < nsyms; i++)    for (i = 0; i < nsyms; i++)

Legend:
Removed from v.1.69  
changed lines
  Added in v.1.70

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