From: tomo Date: Thu, 2 Sep 1999 08:49:00 +0000 (+0000) Subject: (Charset_ID): New type. X-Git-Tag: r21-2-19-utf-2000-0_5-0~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=1f3a7b78d0d7ba95c879c432d77df611a33ff609;hp=f98d0ab4ae1497742d29e80a6f0dd5b8230a10b4;p=chise%2Fxemacs-chise.git (Charset_ID): New type. --- diff --git a/src/buffer.h b/src/buffer.h index 81a3c1d..9ce5616 100644 --- a/src/buffer.h +++ b/src/buffer.h @@ -1375,6 +1375,8 @@ Bufbyte *convert_from_external_format (CONST Extbyte *ptr, #ifndef MULE +typedef int Charset_ID; + #define Vcharset_ascii Qnil #define CHAR_CHARSET(ch) Vcharset_ascii diff --git a/src/mule-charset.h b/src/mule-charset.h index d149930..1fab443 100644 --- a/src/mule-charset.h +++ b/src/mule-charset.h @@ -324,6 +324,8 @@ Boston, MA 02111-1307, USA. */ /* Definition of leading bytes */ /************************************************************************/ +typedef int Charset_ID; + #define MIN_LEADING_BYTE 0x80 /* These need special treatment in a string and/or character */ #define LEADING_BYTE_ASCII 0x8E /* Omitted in a buffer */