style: move pkgdatadir to files.*

Let's move it to a more logical place.

* src/output.h, src/output.c (pkgdatadir): Move to...
* src/files.h, src/files.c: here.
This commit is contained in:
Akim Demaille
2019-02-14 05:46:25 +01:00
parent dbdf2878ab
commit d7ec136ffb
4 changed files with 21 additions and 21 deletions

View File

@@ -24,7 +24,4 @@
/* Output the parsing tables and the parser code to FTABLE. */
void output (void);
/* Where our data files are installed. */
char const *pkgdatadir (void);
#endif /* !OUTPUT_H_ */