]> git.saurik.com Git - bison.git/blobdiff - src/output.h
Merge remote-tracking branch 'origin/maint'
[bison.git] / src / output.h
index 6c428d5393e3adad0adb87057746dd68a7cefa47..d4b100fe872f4aba58891437a667703103a09a0f 100644 (file)
@@ -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_ */