summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2009-08-27 10:56:53 -0600
committerEric Blake <ebb9@byu.net>2009-08-27 20:17:23 -0600
commit4bb975e1ad59a39460fe6b16eec5c7830f904b6b (patch)
treeba6edda88e6c7b6258305a7dd4a060d24abaae6b /ChangeLog
parent74baf5c966578c7891a3120e0eac7361301043bd (diff)
downloadbison-4bb975e1ad59a39460fe6b16eec5c7830f904b6b.tar.gz
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 <ebb9@byu.net> (cherry picked from commit bbbbe221d7c2ff2fff88f7a0c8dbfee73f2e8a58)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 73c1c3e7..9a7c0d2c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-08-27 Eric Blake <ebb9@byu.net>
+
+ 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 <jdenny@clemson.edu>
tests: use perl for printing special sequences to files.