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

Diff of /bison/src/files.h

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

revision 1.18.2.2 by marc, Mon Sep 17 23:00:01 2001 UTC revision 1.18.2.3 by akim, Mon Sep 24 08:15:53 2001 UTC
# Line 33  extern char *spec_name_prefix; Line 33  extern char *spec_name_prefix;
33  /* File name pfx specified with -b, or 0 if no -b.  */  /* File name pfx specified with -b, or 0 if no -b.  */
34  extern char *spec_file_prefix;  extern char *spec_file_prefix;
35    
36    /* --verbose. */
37    extern char *spec_verbose_file;
38    
39  /* File name specified for the output VCG graph.  */  /* File name specified for the output VCG graph.  */
40  extern char *spec_graph_file;  extern char *spec_graph_file;
41    
42  /* File name specified with --defines.  */  /* File name specified with --defines.  */
43  extern char *spec_defines_file;  extern char *spec_defines_file;
44    
# Line 69  extern char *infile; Line 72  extern char *infile;
72  extern char *attrsfile;  extern char *attrsfile;
73    
74  void open_files PARAMS((void));  void open_files PARAMS((void));
75    void close_files PARAMS((void));
76    
77    void compute_output_file_names PARAMS((void));
78  void output_files PARAMS((void));  void output_files PARAMS((void));
79    
80  FILE *xfopen PARAMS ((const char *name, const char *mode));  FILE *xfopen PARAMS ((const char *name, const char *mode));

Legend:
Removed from v.1.18.2.2  
changed lines
  Added in v.1.18.2.3

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