/[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 by akim, Mon Aug 6 09:22:33 2001 UTC revision 1.19 by akim, Thu Oct 4 14:55:20 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.  */
40    extern char *spec_graph_file;
41    
42    /* File name specified with --defines.  */
43    extern char *spec_defines_file;
44    
45  /* Read grammar specifications. */  /* Read grammar specifications. */
46  extern FILE *finput;  extern FILE *finput;
47    
48    
49  /* Output all the action code; precise form depends on which parser. */  /* Output all the action code; precise form depends on which parser. */
50  extern struct obstack action_obstack;  extern struct obstack action_obstack;
51    
# Line 56  extern struct obstack guard_obstack; Line 65  extern struct obstack guard_obstack;
65  /* The verbose output. */  /* The verbose output. */
66  extern struct obstack output_obstack;  extern struct obstack output_obstack;
67    
 /* The VCG graph output. */  
 extern struct obstack graph_obstack;  
   
68  extern char *infile;  extern char *infile;
69  extern char *attrsfile;  extern char *attrsfile;
70    
 extern const char *src_extension;  
 extern const char *header_extension;  
   
71  void open_files PARAMS((void));  void open_files PARAMS((void));
72    void close_files PARAMS((void));
73    
74    void compute_output_file_names PARAMS((void));
75  void output_files PARAMS((void));  void output_files PARAMS((void));
76    
77  FILE *xfopen PARAMS ((const char *name, const char *mode));  FILE *xfopen PARAMS ((const char *name, const char *mode));

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

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