summaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-03-08 00:13:36 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2011-03-08 00:13:36 -0800
commitbbcd0949d9cd085b6838c03f3d89171f967372fa (patch)
tree31aaae524bcf6fec86cd2dfda14135a366e838bc /src/ChangeLog
parent5c156ace080f89b44c73cd78d404c7263fe2003e (diff)
* chartab.c (ASET_RANGE, GET_SUB_CHAR_TABLE): Remove unused macros.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ccd0578cf38..7f179c13420 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -76,6 +76,7 @@
elsewhere.
(sub_char_table_ref_and_range, char_table_ref_and_range):
Rename locals to avoid shadowing.
+ (ASET_RANGE, GET_SUB_CHAR_TABLE): Remove unused macros.
2011-03-06 Chong Yidong <cyd@stupidchicken.com>