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

Diff of /bison/src/reader.c

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

revision 1.127 by akim, Thu Dec 27 18:06:24 2001 UTC revision 1.128 by akim, Thu Dec 27 18:06:41 2001 UTC
# Line 1692  packgram (void) Line 1692  packgram (void)
1692    int ruleno;    int ruleno;
1693    symbol_list *p;    symbol_list *p;
1694    
1695      /* We use short to index items.  */
1696      if (nitems >= MAXSHORT)
1697        fatal (_("too many items (max %d)"), MAXSHORT);
1698    
1699    ritem = XCALLOC (short, nitems + 1);    ritem = XCALLOC (short, nitems + 1);
1700    rule_table = XCALLOC (rule_t, nrules) - 1;    rule_table = XCALLOC (rule_t, nrules) - 1;
1701    

Legend:
Removed from v.1.127  
changed lines
  Added in v.1.128

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