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

Diff of /bison/src/LR0.c

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

revision 1.15.2.2 by akim, Tue Sep 25 18:35:04 2001 UTC revision 1.15.2.3 by akim, Mon Nov 19 09:14:07 2001 UTC
# Line 200  new_state (int symbol) Line 200  new_state (int symbol)
200    short *iend;    short *iend;
201    
202  #if TRACE  #if TRACE
203    fprintf (stderr, "Entering new_state, symbol = %d\n", symbol);    fprintf (stderr, "Entering new_state, symbol = %d, state = %d\n",
204               symbol, nstates);
205  #endif  #endif
206    
207    if (nstates >= MAXSHORT)    if (nstates >= MAXSHORT)

Legend:
Removed from v.1.15.2.2  
changed lines
  Added in v.1.15.2.3

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