From 1331a5164ca70787710ca7ac0b3e0bdb5d271f6f Mon Sep 17 00:00:00 2001 From: handa Date: Wed, 28 Feb 2007 07:23:26 +0000 Subject: [PATCH] (struct MText): Types of members format and coverage changed to unsigned. --- src/internal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 Ãæ¤Îʸ»ú¿ô */ -- 1.7.10.4