bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FYI] skeleton-c++-define-copyright.patch


From: Robert Anisko
Subject: [FYI] skeleton-c++-define-copyright.patch
Date: Mon, 11 Feb 2002 15:24:12 +0100 (CET)

Index: ChangeLog
===================================================================
RCS file: /cvsroot/bison/bison/ChangeLog,v
retrieving revision 1.544
diff -u -r1.544 ChangeLog
--- ChangeLog   11 Feb 2002 13:38:43 -0000      1.544
+++ ChangeLog   11 Feb 2002 14:13:24 -0000
@@ -1,7 +1,7 @@
-2002-02-11  Akim Demaille  <address@hidden>
+2002-02-11  Robert Anisko  <address@hidden>
 
-       * 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  <address@hidden>
 
Index: data/bison.c++
===================================================================
RCS file: /cvsroot/bison/bison/data/bison.c++,v
retrieving revision 1.9
diff -u -r1.9 bison.c++
--- data/bison.c++      8 Feb 2002 14:07:10 -0000       1.9
+++ data/bison.c++      11 Feb 2002 14:13:24 -0000
@@ -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 <string>
 
+/* Using locations.  */
+#define YYLSP_NEEDED b4_locations_flag
+
+b4_prologue
+
 /* Enabling traces.  */
 #ifndef YYDEBUG
 # define YYDEBUG b4_debug
@@ -41,11 +46,6 @@
 #ifndef YYERROR_VERBOSE
 # 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;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]