mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
Warn about character literals not of length one.
* NEWS (2.5): Document. * src/scan-gram.l (INITIAL): Remove comment that we don't check the length. (SC_ESCAPED_CHARACTER): Warn if length is wrong. * tests/input.at (Bad character literals): New test group.
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
2009-07-24 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||
|
||||
Warn about character literals not of length one.
|
||||
* NEWS (2.5): Document.
|
||||
* src/scan-gram.l (INITIAL): Remove comment that we don't check
|
||||
the length.
|
||||
(SC_ESCAPED_CHARACTER): Warn if length is wrong.
|
||||
* tests/input.at (Bad character literals): New test group.
|
||||
|
||||
2009-07-24 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||
|
||||
* src/lalr.c (state_lookahead_tokens_count): Correct comment.
|
||||
|
||||
Reference in New Issue
Block a user