diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2012-09-26 13:00:29 -0700 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-09-26 13:00:29 -0700 |
| commit | 41c8bfcfbe028fc559a7eabc0dfe0c6fcafcb7cf (patch) | |
| tree | d491da2fa61a23c76088fb8447c66bc7fd197856 /src/ChangeLog | |
| parent | 3a880af4a79688e90da45311a8d85bae2d59a811 (diff) | |
* character.h (MAYBE_UNIFY_CHAR): Remove.
* charset.c, charset.h (maybe_unify_char): Now static.
* charset.c (decode_char): Use maybe_unify_char, not MAYBE_UNIFY_CHAR.
Since this stuff is now private to charset.c, there's no need for
a public macro and no need to inline by hand.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 47e2b7a7fea..23d39a0de66 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2012-09-26 Paul Eggert <eggert@cs.ucla.edu> + + * character.h (MAYBE_UNIFY_CHAR): Remove. + * charset.c, charset.h (maybe_unify_char): Now static. + * charset.c (decode_char): Use maybe_unify_char, not MAYBE_UNIFY_CHAR. + Since this stuff is now private to charset.c, there's no need for + a public macro and no need to inline by hand. + 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org> Stefan Monnier <monnier@iro.umontreal.ca> Juanma Barranquero <lekktu@gmail.com> |
