/[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.5 by akim, Mon Nov 19 09:14:53 2001 UTC revision 1.15.2.6 by akim, Mon Nov 19 09:16:24 2001 UTC
# 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.15.2.5  
changed lines
  Added in v.1.15.2.6

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