/* GNU gettext - internationalization aids
- Copyright (C) 1995-1996, 1998, 2000-2001, 2003, 2005-2006, 2012-2013, 2016
+ Copyright (C) 1995-1996, 1998, 2000-2001, 2003, 2005-2006, 2012-2013, 2016, 2020
Free Software Foundation, Inc.
This file was written by Peter Miller <pmiller@agso.gov.au>
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
-/* Remap parser interface names, so we can have multiple Bison
- generated parsers in the same program. */
-%define api.prefix {po_gram_}
-
%{
#ifdef HAVE_CONFIG_H
# include "config.h"
%}
+%require "3.0"
+
+/* Remap parser interface names, so we can have multiple Bison
+ generated parsers in the same program. */
+%define api.prefix {po_gram_}
+
%token COMMENT
%token DOMAIN
%token JUNK