mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-08-29 20:45:18 +00:00
* data/glr.c (YYCHK1): Do not assume YYE is in range.
This avoids a diagnostic from gcc -Wswitch-enum. Problem reported by [email protected].
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
2005-09-09 Paul Eggert <[email protected]>
|
||||
|
||||
* data/glr.c (YYCHK1): Do not assume YYE is in range.
|
||||
This avoids a diagnostic from gcc -Wswitch-enum.
|
||||
Problem reported by [email protected].
|
||||
|
||||
* doc/bison.texinfo: Don't use "filename", as per GNU coding
|
||||
standards. Use "file name" or "file" or "name", depending on
|
||||
the context.
|
||||
|
||||
Reference in New Issue
Block a user