]> git.saurik.com Git - bison.git/commitdiff
* data/glr.c (YYOPTIONAL_LOC): Define even if it's not a recent
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 25 Jul 2005 04:20:55 +0000 (04:20 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 25 Jul 2005 04:20:55 +0000 (04:20 +0000)
version of GCC, since the macro is used with non-GCC compilers.

ChangeLog

index ddee4aa6a68bba6ad15c1b3d2e7897dec5078305..30d4ba545e5e9360fc288dae094725acccfe9176 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
 
        * NEWS: Version 2.0b.
 
+       * data/glr.c (YYOPTIONAL_LOC): Define even if it's not a recent
+       version of GCC, since the macro is used with non-GCC compilers.
+
        Fix core dump reported by Pablo De Napoli in
        <http://lists.gnu.org/archive/html/bug-bison/2005-07/msg00053.html>.
        * tests/regression.at (Invalid inputs with {}): New test.