+2012-03-25 Kenichi Handa <handa@m17n.org>
+
+ * dispextern.h (struct glyph): Change the bit length of
+ glyphless.ch to 22 to make the member glyphless fit in 32 bits.
+
2012-03-24 Eli Zaretskii <eliz@gnu.org>
* s/ms-w32.h (tzname): Include time.h before redirecting to
/* Length of acronym or hexadecimal code string (at most 8). */
unsigned len : 4;
/* Character to display. Actually we need only 22 bits. */
- unsigned ch : 26;
+ unsigned ch : 22;
} glyphless;
/* Used to compare all bit-fields above in one step. */