From 327b5b5675f14c998a535ef0ecdf69a551ebd25c Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 4 Aug 2003 19:09:58 +0000 Subject: [PATCH] Rework glr.c slightly to avoid gcc -Wtraditional warnings. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) 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. -- 2.49.0