(config_command): Set NAME before using it.
[m17n/m17n-lib.git] / src / internal-gui.h
index d313aa5..398e5f3 100644 (file)
@@ -135,8 +135,8 @@ typedef struct
   unsigned right_padding : 1;
   unsigned otf_encoded : 1;
   unsigned bidi_level : 6;
-  enum glyph_category category : 2;
-  enum glyph_type type : 3;
+  unsigned category : 2;
+  unsigned type : 3;
   int combining_code;
 } MGlyph;