From: Paul Eggert Date: Mon, 4 Aug 2003 19:09:58 +0000 (+0000) Subject: Rework glr.c slightly to avoid gcc -Wtraditional warnings. X-Git-Tag: BISON-2_0~221 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/327b5b5675f14c998a535ef0ecdf69a551ebd25c?ds=inline Rework glr.c slightly to avoid gcc -Wtraditional warnings. --- diff --git a/ChangeLog b/ChangeLog index ab578c26..e18fa06d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-08-04 Paul Eggert + + 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 * data/glr.c (YYASSERT): New macro.