projects
/
bison.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
tables: scope reduction
[bison.git]
/
src
/
output.h
diff --git
a/src/output.h
b/src/output.h
index 6c428d5393e3adad0adb87057746dd68a7cefa47..d4b100fe872f4aba58891437a667703103a09a0f 100644
(file)
--- 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_ */