/[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.19 by akim, Mon Nov 19 10:31:49 2001 UTC revision 1.20 by akim, Mon Nov 19 10:33:40 2001 UTC
# Line 198  new_state (int symbol) Line 198  new_state (int symbol)
198    core *p;    core *p;
199    
200  #if TRACE  #if TRACE
201    fprintf (stderr, "Entering new_state, symbol = %d, state = %d\n",    fprintf (stderr, "Entering new_state, state = %d, symbol = %d\n",
202             symbol, nstates);             nstates, symbol);
203  #endif  #endif
204    
205    if (nstates >= MAXSHORT)    if (nstates >= MAXSHORT)
# Line 242  get_state (int symbol) Line 242  get_state (int symbol)
242    int n;    int n;
243    
244  #if TRACE  #if TRACE
245    fprintf (stderr, "Entering get_state, symbol = %d\n", symbol);    fprintf (stderr, "Entering get_state, state = %d, symbol = %d\n",
246               nstates, symbol);
247  #endif  #endif
248    
249    isp1 = kernel_base[symbol];    isp1 = kernel_base[symbol];

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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