]> git.saurik.com Git - bison.git/blobdiff - src/files.h
Use the new code_props interface for destructors and printers.
[bison.git] / src / files.h
index e702db65b219ba6a147b1c53c17ead38a276dae9..a315414c42e95613fe97af55fcf5941ff2f26563 100644 (file)
@@ -62,8 +62,12 @@ extern uniqstr grammar_file;
 /* The current file name.  Might change with %include, or with #line.  */
 extern uniqstr current_file;
 
 /* The current file name.  Might change with %include, or with #line.  */
 extern uniqstr current_file;
 
+/* The computed base for output file names.  */
+extern char *all_but_ext;
+
 void compute_output_file_names (void);
 void output_file_names_free (void);
 void compute_output_file_names (void);
 void output_file_names_free (void);
+void output_file_name_check (char const *file_name);
 
 FILE *xfopen (const char *name, const char *mode);
 void xfclose (FILE *ptr);
 
 FILE *xfopen (const char *name, const char *mode);
 void xfclose (FILE *ptr);