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

Diff of /bison/src/LR0.h

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

revision 1.6 by akim, Mon Dec 10 09:08:46 2001 UTC revision 1.7 by akim, Mon Mar 4 12:03:35 2002 UTC
# Line 1  Line 1 
1  /* Generate the nondeterministic finite state machine for bison,  /* Generate the nondeterministic finite state machine for bison,
2     Copyright 1984, 1986, 1989, 2000, 2001  Free Software Foundation, Inc.     Copyright 1984, 1986, 1989, 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 25  Line 25 
25    
26  void generate_states PARAMS ((void));  void generate_states PARAMS ((void));
27    
28  extern int nstates;  extern unsigned int nstates;
29  extern int final_state;  extern int final_state;
30    
31  #endif /* !LR0_H_ */  #endif /* !LR0_H_ */

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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