From b79ebdb7d31fec8f086164714057fc43a884bfe0 Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 7 Jun 2000 08:32:12 +0000 Subject: [PATCH] Use for . --- src/char-1byte.h | 2 +- src/mule-charset.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 */ -- 1.7.10.4