X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/c932d6135ca3e508f7136810b9b0bf79725290b9..6cf3716c3166d6d41cdbeea45d018b1760184421:/src/output.h diff --git a/src/output.h b/src/output.h index 6c428d53..d4b100fe 100644 --- a/src/output.h +++ b/src/output.h @@ -23,6 +23,8 @@ /* Output the parsing tables and the parser code to FTABLE. */ void output (void); -char const *compute_pkgdatadir (void); + +/* Where our data files are installed. */ +char const *pkgdatadir (void); #endif /* !OUTPUT_H_ */