X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/34136e65fc7bd6babcfedcbfcfdca3b9feb10f1d..423ca9b50e4321c078cc6fe7903b10ed4907d269:/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_ */