projects
/
platform
/
upstream
/
bison.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5cfd9d
)
* data/yacc.c (yyparse): Rewrite to avoid "comparison is always
author
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 14 Oct 2002 06:55:10 +0000
(06:55 +0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 14 Oct 2002 06:55:10 +0000
(06:55 +0000)
true due to limited range of data type" warning from GCC.
ChangeLog
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
c61beda
..
5f48a43
100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,5
+1,8
@@
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
by wrapping enum yytokentype's definition inside #ifndef
YYTOKENTYPE. This undoes a bug I introduced on 2002-10-12.