* character.h (MAYBE_UNIFY_CHAR): Remove.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 26 Sep 2012 20:00:29 +0000 (13:00 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 26 Sep 2012 20:00:29 +0000 (13:00 -0700)
commit41c8bfcfbe028fc559a7eabc0dfe0c6fcafcb7cf
treed491da2fa61a23c76088fb8447c66bc7fd197856
parent3a880af4a79688e90da45311a8d85bae2d59a811
* 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.
src/ChangeLog
src/character.h
src/charset.c
src/charset.h