(struct MText): Types of members format and coverage
authorhanda <handa>
Wed, 28 Feb 2007 07:23:26 +0000 (07:23 +0000)
committerhanda <handa>
Wed, 28 Feb 2007 07:23:26 +0000 (07:23 +0000)
  changed to unsigned.

src/internal.h

index c4a4636..53ba6a5 100644 (file)
@@ -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 Ãæ¤Îʸ»ú¿ô */