]> git.saurik.com Git - bison.git/commitdiff
* data/bison.c++ (YYDEBUG, YYERROR_VERBOSE): After the prologue.
authorRobert Anisko <robert@lrde.epita.fr>
Mon, 11 Feb 2002 14:15:51 +0000 (14:15 +0000)
committerRobert Anisko <robert@lrde.epita.fr>
Mon, 11 Feb 2002 14:15:51 +0000 (14:15 +0000)
(Copyright notice): Update.

ChangeLog
data/bison.c++

index 9e9ce8389a6fb46a21312648045e65898c4c6b36..5cbe44e1a1e579df192850a8fc7a066ffd9b380e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
-2002-02-11  Akim Demaille  <akim@epita.fr>
+2002-02-11  Robert Anisko  <robert@lrde.epita.fr>
 
-       * 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  <robert@lrde.epita.fr>
 
index 2e82826d69cff1368410a9ebf1c42ec725855704..c29e62540d78c5784df5a9d85585634a7ea061ed 100644 (file)
@@ -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
 
 #include <string>
 
+/* Using locations.  */
+#define YYLSP_NEEDED b4_locations_flag
+
+b4_prologue
+
 /* Enabling traces.  */
 #ifndef YYDEBUG
 # define YYDEBUG b4_debug
 # 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;