X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/c932d6135ca3e508f7136810b9b0bf79725290b9..026816664ff8283a55f91915843a8ff0ac5cf86c:/src/output.h?ds=inline diff --git a/src/output.h b/src/output.h index 6c428d53..63a0ca80 100644 --- a/src/output.h +++ b/src/output.h @@ -1,6 +1,6 @@ /* Output the generated parsing program for bison, - Copyright (C) 2000-2003, 2006-2007, 2009-2012 Free Software + Copyright (C) 2000-2003, 2006-2007, 2009-2013 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -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_ */