(Charset_ID): New type.
authortomo <tomo>
Thu, 2 Sep 1999 08:49:00 +0000 (08:49 +0000)
committertomo <tomo>
Thu, 2 Sep 1999 08:49:00 +0000 (08:49 +0000)
src/buffer.h
src/mule-charset.h

index 81a3c1d..9ce5616 100644 (file)
@@ -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
index d149930..1fab443 100644 (file)
@@ -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 */