diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 90804f01b3b..ccd0578cf38 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -74,6 +74,8 @@ | |||
| 74 | 74 | ||
| 75 | * chartab.c (copy_sub_char_table): Now static, since it's not used | 75 | * chartab.c (copy_sub_char_table): Now static, since it's not used |
| 76 | elsewhere. | 76 | elsewhere. |
| 77 | (sub_char_table_ref_and_range, char_table_ref_and_range): | ||
| 78 | Rename locals to avoid shadowing. | ||
| 77 | 79 | ||
| 78 | 2011-03-06 Chong Yidong <cyd@stupidchicken.com> | 80 | 2011-03-06 Chong Yidong <cyd@stupidchicken.com> |
| 79 | 81 | ||