/[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.9 by akim, Thu Dec 27 18:10:16 2001 UTC revision 1.10 by akim, Sun May 26 20:25:52 2002 UTC
# Line 1  Line 1 
1  /* Find and resolve or report look-ahead conflicts for bison,  /* Find and resolve or report look-ahead conflicts for bison,
2     Copyright 2000, 2001 Free Software Foundation, Inc.     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
3    
4     This file is part of Bison, the GNU Compiler Compiler.     This file is part of Bison, the GNU Compiler Compiler.
5    
# Line 22  Line 22 
22  # define CONFLICTS_H_  # define CONFLICTS_H_
23  # include "state.h"  # include "state.h"
24    
25  void solve_conflicts PARAMS ((void));  void conflicts_solve PARAMS ((void));
26  void conflicts_print PARAMS ((void));  void conflicts_print PARAMS ((void));
27  void conflicts_output PARAMS ((FILE *out));  void conflicts_output PARAMS ((FILE *out));
28  void free_conflicts PARAMS ((void));  void conflicts_free PARAMS ((void));
29    
30  /* Were there conflicts? */  /* Were there conflicts? */
31  extern int expected_conflicts;  extern int expected_conflicts;

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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