mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-01 18:00:40 -08:00
(unibyte_has_multibyte_table): Delete extern.
(UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
This commit is contained in:
parent
2e5db15c9d
commit
f78d01e09e
1 changed files with 0 additions and 6 deletions
|
|
@ -87,12 +87,6 @@ extern int unibyte_to_multibyte_table[256];
|
|||
#define unibyte_char_to_multibyte(c) \
|
||||
((c) < 256 ? unibyte_to_multibyte_table[(c)] : (c))
|
||||
|
||||
/* Nth element is 1 iff unibyte char N can be mapped to a multibyte
|
||||
char. */
|
||||
extern char unibyte_has_multibyte_table[256];
|
||||
|
||||
#define UNIBYTE_CHAR_HAS_MULTIBYTE_P(c) (unibyte_has_multibyte_table[(c)])
|
||||
|
||||
/* If C is not ASCII, make it unibyte. */
|
||||
#define MAKE_CHAR_UNIBYTE(c) \
|
||||
do { \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue