X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/3f7ca628535da8ee4296061580cc9a944bcf4ab4..95021767a1e93fa7b83f8a6c5ec5fd5f8064dd2c:/src/files.h diff --git a/src/files.h b/src/files.h index 1afcf7a5..a315414c 100644 --- a/src/files.h +++ b/src/files.h @@ -62,6 +62,9 @@ extern uniqstr grammar_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);