mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 05:17:35 +00:00
(SPLIT_STRING): Remove extra argument to
split_non_ascii_string.
This commit is contained in:
parent
5e14b1fc03
commit
f6469851ec
1 changed files with 1 additions and 1 deletions
|
|
@ -510,7 +510,7 @@ extern int width_by_char_head[256];
|
|||
#define SPLIT_STRING(str, len, charset, c1, c2) \
|
||||
((BYTES_BY_CHAR_HEAD ((unsigned char) *(str)) < 2 \
|
||||
|| BYTES_BY_CHAR_HEAD ((unsigned char) *(str)) > len \
|
||||
|| split_non_ascii_string (str, len, &charset, &c1, &c2, 0) < 0) \
|
||||
|| split_non_ascii_string (str, len, &charset, &c1, &c2) < 0) \
|
||||
? c1 = *(str), charset = CHARSET_ASCII \
|
||||
: charset)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue