From: tomo Date: Wed, 7 Jun 2000 08:56:09 +0000 (+0000) Subject: (find_charsets_in_bufbyte_string): Use `Charset_ID' instead of X-Git-Tag: r21-2-34-tomo-Charset_ID~16 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=60faa3c48d176b4f5481b1e978df66bfc7c1530c;p=chise%2Fxemacs-chise.git- (find_charsets_in_bufbyte_string): Use `Charset_ID' instead of `unsigned char'. (find_charsets_in_emchar_string): Likewise. --- diff --git a/src/buffer.h b/src/buffer.h index 8db8653..49aa1ba 100644 --- a/src/buffer.h +++ b/src/buffer.h @@ -1575,10 +1575,10 @@ int beginning_of_line_p (struct buffer *b, Bufpos pt); /* from insdel.c */ void set_buffer_point (struct buffer *buf, Bufpos pos, Bytind bipos); -void find_charsets_in_bufbyte_string (unsigned char *charsets, +void find_charsets_in_bufbyte_string (Charset_ID *charsets, const Bufbyte *str, Bytecount len); -void find_charsets_in_emchar_string (unsigned char *charsets, +void find_charsets_in_emchar_string (Charset_ID *charsets, const Emchar *str, Charcount len); int bufbyte_string_displayed_columns (const Bufbyte *str, Bytecount len);