/[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.45 by pascal, Tue Aug 28 18:35:33 2001 UTC revision 1.46 by marc, Tue Aug 28 20:55:58 2001 UTC
# Line 190  output_gram (void) Line 190  output_gram (void)
190      XFREE (yyrhs);      XFREE (yyrhs);
191    }    }
192    
193    /* if (!semantic_parser && !no_parser_flag)  #if 0
194       obstack_sgrow (&table_obstack, "\n#endif\n"); */    if (!semantic_parser && !no_parser_flag)
195        obstack_sgrow (&table_obstack, "\n#endif\n");
196    #endif
197  }  }
198    
199    
# Line 938  output_actions (void) Line 940  output_actions (void)
940    
941    sort_actions ();    sort_actions ();
942    pack_table ();    pack_table ();
943    /* FIXME: See if this is useful. */  
   /* obstack_1grow (&table_obstack, '\n'); */  
944    output_base ();    output_base ();
945    output_table ();    output_table ();
946    /* FIXME: See if this is useful. */  
   /* obstack_1grow (&table_obstack, '\n'); */  
947    output_check ();    output_check ();
948  }  }
949    

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46

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