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

Diff of /bison/src/print.c

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

revision 1.46 by akim, Thu Dec 27 18:13:47 2001 UTC revision 1.47 by akim, Sat Dec 29 14:15:12 2001 UTC
# Line 495  print_results (void) Line 495  print_results (void)
495       only its kernel.  Requires to run closure, which need memory       only its kernel.  Requires to run closure, which need memory
496       allocation/deallocation.  */       allocation/deallocation.  */
497    if (trace_flag)    if (trace_flag)
498      new_closure (nitems);      new_closure (nritems);
499    /* Storage for print_reductions.  */    /* Storage for print_reductions.  */
500    shiftset = XCALLOC (unsigned, tokensetsize);    shiftset = XCALLOC (unsigned, tokensetsize);
501    lookaheadset = XCALLOC (unsigned, tokensetsize);    lookaheadset = XCALLOC (unsigned, tokensetsize);

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47

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