]> git.saurik.com Git - bison.git/blobdiff - src/files.h
* tests/regression.at (Web2c Actions): Blindly move the actual
[bison.git] / src / files.h
index c027088748d868fa5ee623ec77a9719efe7c869a..5f02dca136fe833ef0283abf18e6157d696661d4 100644 (file)
@@ -52,26 +52,19 @@ extern struct obstack action_obstack;
 /* If semantic parser, output a .h file that defines YYSTYPE... */
 extern struct obstack attrs_obstack;
 
-/* ... and output yyguard, containing all the guard code. */
-extern struct obstack guard_obstack;
-
 /* The verbose output. */
 extern struct obstack output_obstack;
 
 extern char *infile;
 extern char *attrsfile;
 
-void open_files PARAMS((void));
-void close_files PARAMS((void));
-
 void compute_output_file_names PARAMS((void));
-void output_files PARAMS((void));
 
 FILE *xfopen PARAMS ((const char *name, const char *mode));
 int xfclose PARAMS ((FILE *ptr));
 
 /* Compute the double inclusion guard's name. */
-char * compute_header_macro PARAMS ((void));
+char *compute_header_macro PARAMS ((void));
 
 const char *skeleton_find PARAMS ((const char *envvar,
                                   const char *skeleton_name));