From: tomo Date: Wed, 7 Jun 2000 08:32:12 +0000 (+0000) Subject: Use for . X-Git-Tag: r21-2-34-utf-2000-0_16-1~67 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=b79ebdb7d31fec8f086164714057fc43a884bfe0;p=chise%2Fxemacs-chise.git.1 Use for . --- diff --git a/src/char-1byte.h b/src/char-1byte.h index 98aefa5..1f15688 100644 --- a/src/char-1byte.h +++ b/src/char-1byte.h @@ -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 diff --git a/src/mule-charset.h b/src/mule-charset.h index 68c6149..30bc569 100644 --- a/src/mule-charset.h +++ b/src/mule-charset.h @@ -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 */