/[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.66 by akim, Sun May 26 18:39:04 2002 UTC revision 1.67 by akim, Sun May 26 20:25:52 2002 UTC
# Line 364  print_state (FILE *out, state_t *state) Line 364  print_state (FILE *out, state_t *state)
364    fputs ("\n\n", out);    fputs ("\n\n", out);
365    print_core (out, state);    print_core (out, state);
366    print_actions (out, state);    print_actions (out, state);
367      if ((report_flag & report_solved_conflicts)
368          && state->solved_conflicts)
369        fputs (state->solved_conflicts, out);
370    fputs ("\n\n", out);    fputs ("\n\n", out);
371  }  }
372    

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67

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