X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/34136e65fc7bd6babcfedcbfcfdca3b9feb10f1d..9527072c95f9a2d29dc6badb2c3f4814a6e80468:/src/output.h?ds=sidebyside 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_ */