Fix a --enable-gcc-warnings problem.

* src/scan-gram.l (SC_ESCAPED_CHARACTER): Actually use length
variable.
This commit is contained in:
Joel E. Denny
2009-07-29 13:47:02 -04:00
parent 1e20ad112f
commit a1ed2b71fa
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2009-07-29 Joel E. Denny <jdenny@ces.clemson.edu>
Fix a --enable-gcc-warnings problem.
* src/scan-gram.l (SC_ESCAPED_CHARACTER): Actually use length
variable.
2009-07-24 Alex Rozenman <rozenmam@gmail.com>
Fix some memory leaks.