/[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.39.2.20 by akim, Tue Dec 18 09:33:23 2001 UTC revision 1.39.2.21 by akim, Thu Dec 27 18:28:23 2001 UTC
# Line 131  output_short_or_char_table (struct obsta Line 131  output_short_or_char_table (struct obsta
131                              const char *table_name,                              const char *table_name,
132                              short *short_table,                              short *short_table,
133                              short first_value,                              short first_value,
134                              short begin, short end)                              int begin, int end)
135  {  {
136    int i, j;    int i, j;
137    
# Line 169  output_short_table (struct obstack *oout Line 169  output_short_table (struct obstack *oout
169                      const char *table_name,                      const char *table_name,
170                      short *short_table,                      short *short_table,
171                      short first_value,                      short first_value,
172                      short begin, short end)                      int begin, int end)
173  {  {
174    output_short_or_char_table (oout, comment, "short", table_name, short_table,    output_short_or_char_table (oout, comment, "short", table_name, short_table,
175                                first_value, begin, end);                                first_value, begin, end);

Legend:
Removed from v.1.39.2.20  
changed lines
  Added in v.1.39.2.21

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