From 4162fa07ae9fdbd8cc356d805f26d531fadcdb60 Mon Sep 17 00:00:00 2001 From: Robert Anisko Date: Mon, 11 Feb 2002 14:15:51 +0000 Subject: [PATCH] * data/bison.c++ (YYDEBUG, YYERROR_VERBOSE): After the prologue. (Copyright notice): Update. --- ChangeLog | 6 +++--- data/bison.c++ | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9e9ce838..5cbe44e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ -2002-02-11 Akim Demaille +2002-02-11 Robert Anisko - * tests/regression.at (%nonassoc and eof): Don't include - nonportable headers. + * data/bison.c++ (YYDEBUG, YYERROR_VERBOSE): After the prologue. + (Copyright notice): Update. 2002-02-08 Robert Anisko diff --git a/data/bison.c++ b/data/bison.c++ index 2e82826d..c29e6254 100644 --- a/data/bison.c++ +++ b/data/bison.c++ @@ -5,7 +5,7 @@ by GNU bison b4_version. */ /* Skeleton output parser for bison, - Copyright 1984, 1989, 1990, 2000, 2001 Free Software Foundation, Inc. + Copyright 1984, 1989, 1990, 2000, 2001, 2002 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -32,6 +32,11 @@ #include +/* Using locations. */ +#define YYLSP_NEEDED b4_locations_flag + +b4_prologue + /* Enabling traces. */ #ifndef YYDEBUG # define YYDEBUG b4_debug @@ -42,11 +47,6 @@ # define YYERROR_VERBOSE b4_error_verbose #endif -/* Using locations. */ -#define YYLSP_NEEDED b4_locations_flag - -b4_prologue - // FIXME: This should be defined in traits, not here. typedef b4_stype yystype; -- 2.45.2