/[bison]/bison/src/conflicts.h
ViewVC logotype

Diff of /bison/src/conflicts.h

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

revision 1.3 by akim, Tue Nov 7 16:28:46 2000 UTC revision 1.4 by akim, Thu Oct 4 14:55:20 2001 UTC
# Line 22  Line 22 
22  # define CONFLICTS_H_  # define CONFLICTS_H_
23  # include "state.h"  # include "state.h"
24    
25  void initialize_conflicts PARAMS ((void));  void solve_conflicts PARAMS ((void));
26  void print_conflicts PARAMS ((void));  void print_conflicts PARAMS ((FILE *out));
27  void print_reductions PARAMS ((int));  void print_reductions PARAMS ((int));
28  void finalize_conflicts PARAMS ((void));  void free_conflicts PARAMS ((void));
29    
30  /* Were there conflicts? */  /* Were there conflicts? */
31  extern int any_conflicts;  extern int any_conflicts;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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