/[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.7 by akim, Tue Feb 5 10:08:59 2002 UTC revision 1.8 by akim, Mon Apr 22 08:21:19 2002 UTC
# Line 1  Line 1 
1  /* Output the generated parsing program for bison,  /* Output the generated parsing program 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 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    
 size_t get_lines_number PARAMS ((const char *s));  
   
29  void actions_output PARAMS ((FILE *out));  void actions_output PARAMS ((FILE *out));
30  void guards_output PARAMS ((FILE *out));  void guards_output PARAMS ((FILE *out));
31  void token_definitions_output PARAMS ((FILE *out));  void token_definitions_output PARAMS ((FILE *out));

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

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