]> git.saurik.com Git - bison.git/blobdiff - src/output.h
c++: fix several issues with locations
[bison.git] / src / output.h
index f82a7ac50abad83db5848ac494a2bf0e16f500ed..63a0ca803a2cf6855929869ba6bf5c1c326c6650 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_ */