diff options
| author | Paul Eggert | 2012-09-26 13:00:29 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-09-26 13:00:29 -0700 |
| commit | 41c8bfcfbe028fc559a7eabc0dfe0c6fcafcb7cf (patch) | |
| tree | d491da2fa61a23c76088fb8447c66bc7fd197856 /src/charset.h | |
| parent | 3a880af4a79688e90da45311a8d85bae2d59a811 (diff) | |
| download | emacs-41c8bfcfbe028fc559a7eabc0dfe0c6fcafcb7cf.tar.gz emacs-41c8bfcfbe028fc559a7eabc0dfe0c6fcafcb7cf.zip | |
* 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/charset.h')
| -rw-r--r-- | src/charset.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/charset.h b/src/charset.h index 50d230489fe..b5fa36290c8 100644 --- a/src/charset.h +++ b/src/charset.h | |||
| @@ -538,7 +538,6 @@ extern int charset_unibyte; | |||
| 538 | extern struct charset *char_charset (int, Lisp_Object, unsigned *); | 538 | extern struct charset *char_charset (int, Lisp_Object, unsigned *); |
| 539 | extern Lisp_Object charset_attributes (int); | 539 | extern Lisp_Object charset_attributes (int); |
| 540 | 540 | ||
| 541 | extern int maybe_unify_char (int, Lisp_Object); | ||
| 542 | extern int decode_char (struct charset *, unsigned); | 541 | extern int decode_char (struct charset *, unsigned); |
| 543 | extern unsigned encode_char (struct charset *, int); | 542 | extern unsigned encode_char (struct charset *, int); |
| 544 | extern int string_xstring_p (Lisp_Object); | 543 | extern int string_xstring_p (Lisp_Object); |