Fix a --enable-gcc-warnings problem.

* src/scan-gram.l (SC_ESCAPED_CHARACTER): Actually use length
variable.
(cherry picked from commit a1ed2b71fa)
This commit is contained in:
Joel E. Denny
2009-07-29 13:49:25 -04:00
parent 3208e3f4d9
commit 91a2af9753
2 changed files with 8 additions and 2 deletions
+6
View File
@@ -1,3 +1,9 @@
2009-07-29 Joel E. Denny <[email protected]>
Fix a --enable-gcc-warnings problem.
* src/scan-gram.l (SC_ESCAPED_CHARACTER): Actually use length
variable.
2009-07-24 Joel E. Denny <[email protected]>
Warn about character literals not of length one.