mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-21 02:03:03 +00:00
* data/yacc.c (yyparse): Rewrite to avoid "comparison is always
true due to limited range of data type" warning from GCC.
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
2002-10-13 Paul Eggert <eggert@twinsun.com>
|
2002-10-13 Paul Eggert <eggert@twinsun.com>
|
||||||
|
|
||||||
|
* data/yacc.c (yyparse): Rewrite to avoid "comparison is always
|
||||||
|
true due to limited range of data type" warning from GCC.
|
||||||
|
|
||||||
* data/c.m4 (b4_token_defines): Protect against double-inclusion
|
* data/c.m4 (b4_token_defines): Protect against double-inclusion
|
||||||
by wrapping enum yytokentype's definition inside #ifndef
|
by wrapping enum yytokentype's definition inside #ifndef
|
||||||
YYTOKENTYPE. This undoes a bug I introduced on 2002-10-12.
|
YYTOKENTYPE. This undoes a bug I introduced on 2002-10-12.
|
||||||
|
|||||||
Reference in New Issue
Block a user