Use <unsigned char> for <Charset_ID>.
authortomo <tomo>
Wed, 7 Jun 2000 08:32:12 +0000 (08:32 +0000)
committertomo <tomo>
Wed, 7 Jun 2000 08:32:12 +0000 (08:32 +0000)
src/char-1byte.h
src/mule-charset.h

index 98aefa5..1f15688 100644 (file)
@@ -31,7 +31,7 @@ Boston, MA 02111-1307, USA.  */
 /*                    Definition of leading bytes                       */
 /************************************************************************/
 
-typedef int Charset_ID;
+typedef unsigned char Charset_ID;
 
 #define MIN_LEADING_BYTE 0x80
 #define LEADING_BYTE_ASCII 0x80
index 68c6149..30bc569 100644 (file)
@@ -324,7 +324,7 @@ Boston, MA 02111-1307, USA.  */
 /*                    Definition of leading bytes                       */
 /************************************************************************/
 
-typedef int Charset_ID;
+typedef unsigned char Charset_ID;
 
 #define MIN_LEADING_BYTE               0x80
 /* These need special treatment in a string and/or character */