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

Diff of /bison/src/output.h

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

revision 1.5 by akim, Mon Dec 17 17:31:56 2001 UTC revision 1.6 by akim, Sun Dec 30 21:05:12 2001 UTC
# Line 1  Line 1 
1  /* Output the generated parsing program for bison,  /* Output the generated parsing program for bison,
2     Copyright 2000 Free Software Foundation, Inc.     Copyright 2000, 2001  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 26  extern int error_verbose; Line 26  extern int error_verbose;
26  /* Output the parsing tables and the parser code to FTABLE.  */  /* Output the parsing tables and the parser code to FTABLE.  */
27  void output PARAMS ((void));  void output PARAMS ((void));
28    
29    size_t get_lines_number PARAMS ((const char *s));
30    
31    void actions_output PARAMS ((FILE *out, size_t *line));
32    void guards_output PARAMS ((FILE *out, size_t *line));
33    void token_definitions_output PARAMS ((FILE *out, size_t *line));
34    
35  extern struct obstack muscle_obstack;  extern struct obstack muscle_obstack;
36    
37  #endif /* !OUTPUT_H_ */  #endif /* !OUTPUT_H_ */

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

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