Rework glr.c slightly to avoid gcc -Wtraditional warnings.

This commit is contained in:
Paul Eggert
2003-08-04 19:09:58 +00:00
parent 7b98f503de
commit 327b5b5675

View File

@@ -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> 2003-07-26 Paul Eggert <eggert@twinsun.com>
* data/glr.c (YYASSERT): New macro. * data/glr.c (YYASSERT): New macro.