/[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.72.2.6 by akim, Sat Sep 22 17:43:26 2001 UTC revision 1.72.2.7 by akim, Sat Sep 22 17:57:59 2001 UTC
# Line 1751  packsymbols (void) Line 1751  packsymbols (void)
1751        user_toknums[bp->value] = bp->user_token_number;        user_toknums[bp->value] = bp->user_token_number;
1752        sprec[bp->value] = bp->prec;        sprec[bp->value] = bp->prec;
1753        sassoc[bp->value] = bp->assoc;        sassoc[bp->value] = bp->assoc;
   
1754      }      }
1755    
1756    token_translations = XCALLOC (short, max_user_token_number + 1);    token_translations = XCALLOC (short, max_user_token_number + 1);

Legend:
Removed from v.1.72.2.6  
changed lines
  Added in v.1.72.2.7

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