scan-gram: avoid portability trap with ctype usage.

* src/scan-gram.l (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>):
Avoid compiler warning.

Signed-off-by: Eric Blake <[email protected]>
This commit is contained in:
Eric Blake
2009-08-27 20:16:07 -06:00
parent 4d7b57b527
commit bbbbe221d7
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -1,3 +1,9 @@
2009-08-27 Eric Blake <[email protected]>
scan-gram: avoid portability trap with ctype usage.
* src/scan-gram.l (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>):
Avoid compiler warning.
2009-08-27 Joel E. Denny <[email protected]>
tests: use perl for printing special sequences to files.