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

Diff of /bison/src/reduce.c

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

revision 1.54 by akim, Sun Apr 7 17:42:31 2002 UTC revision 1.55 by akim, Sun Apr 7 17:43:21 2002 UTC
# Line 199  inaccessable_symbols (void) Line 199  inaccessable_symbols (void)
199    V = Vp;    V = Vp;
200    
201    /* Tokens 0, 1, and 2 are internal to Bison.  Consider them useful. */    /* Tokens 0, 1, and 2 are internal to Bison.  Consider them useful. */
202    bitset_set (V, 0);            /* end-of-input token */    bitset_set (V, eoftoken->number);             /* end-of-input token */
203    bitset_set (V, 1);            /* error token */    bitset_set (V, errtoken->number);             /* error token */
204    bitset_set (V, 2);            /* some undefined token */    bitset_set (V, undeftoken->number);           /* some undefined token */
205    
206    bitset_free (P);    bitset_free (P);
207    P = Pp;    P = Pp;

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55

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