From: handa Date: Wed, 28 Feb 2007 07:23:26 +0000 (+0000) Subject: (struct MText): Types of members format and coverage X-Git-Tag: FLT-base~129 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1331a5164ca70787710ca7ac0b3e0bdb5d271f6f;p=m17n%2Fm17n-lib.git (struct MText): Types of members format and coverage changed to unsigned. --- diff --git a/src/internal.h b/src/internal.h index c4a4636..53ba6a5 100644 --- a/src/internal.h +++ b/src/internal.h @@ -443,8 +443,8 @@ struct MText { M17NObject control; - enum MTextFormat format : 16; - enum MTextCoverage coverage : 16; + unsigned format : 16; + unsigned coverage : 16; /**en Number of characters in the M-text */ /**ja M-text Ãæ¤Îʸ»ú¿ô */