]> 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 1afcf7a59a3c134cb5e93f8c74035e16b87a4708..a315414c42e95613fe97af55fcf5941ff2f26563 100644 (file)
@@ -62,6 +62,9 @@ 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 output_file_name_check (char const *file_name);
 void compute_output_file_names (void);
 void output_file_names_free (void);
 void output_file_name_check (char const *file_name);