]> git.saurik.com Git - bison.git/blobdiff - src/files.h
Update
[bison.git] / src / files.h
index 5ac8d04a1d85eb7c6962da263fdac395cce422b5..3c1b2f064a79fe73f873394083520bfefedbc66a 100644 (file)
@@ -56,10 +56,15 @@ extern struct obstack guard_obstack;
 /* The verbose output. */
 extern struct obstack output_obstack;
 
 /* The verbose output. */
 extern struct obstack output_obstack;
 
+/* The VCG graph output. */
+extern struct obstack graph_obstack;
 
 extern char *infile;
 extern char *attrsfile;
 
 
 extern char *infile;
 extern char *attrsfile;
 
+extern const char *src_extension;
+extern const char *header_extension;
+
 void open_files PARAMS((void));
 
 void output_files PARAMS((void));
 void open_files PARAMS((void));
 
 void output_files PARAMS((void));
@@ -67,5 +72,6 @@ void output_files PARAMS((void));
 FILE *xfopen PARAMS ((const char *name, const char *mode));
 int xfclose PARAMS ((FILE *ptr));
 
 FILE *xfopen PARAMS ((const char *name, const char *mode));
 int xfclose PARAMS ((FILE *ptr));
 
-const char *skeleton_find PARAMS ((const char *envvar, const char *skeleton));
+const char *skeleton_find PARAMS ((const char *envvar,
+                                  const char *skeleton_name));
 #endif /* !FILES_H_ */
 #endif /* !FILES_H_ */