mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-13 14: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.
(cherry picked from commit ac9b0e954b)
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 Alex Rozenman <rozenmam@gmail.com>
|
||||
|
||||
Fix some memory leaks.
|
||||
|
||||
Reference in New Issue
Block a user