]> git.saurik.com Git - bison.git/commitdiff
Rework glr.c slightly to avoid gcc -Wtraditional warnings.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 4 Aug 2003 19:09:58 +0000 (19:09 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 4 Aug 2003 19:09:58 +0000 (19:09 +0000)
ChangeLog

index ab578c2641a276a299f9b852aaed14b7ace64f6c..e18fa06d61805adce638901bc6830e96a7066249 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-08-04  Paul Eggert  <eggert@twinsun.com>
+
+       Rework code slightly to avoid gcc -Wtraditional warnings.
+       * data/glr.c (yyuserMerge): Return void, not YYSTYPE.
+       The returned value is now stored in *YY0.  All callers changed.
+       * src/output.c (merge_output): Adjust to the above change.
+
 2003-07-26  Paul Eggert  <eggert@twinsun.com>
 
        * data/glr.c (YYASSERT): New macro.