(struct coding_system): New member composed_chars.

This commit is contained in:
Kenichi Handa 1998-09-26 04:20:48 +00:00
parent 08b4600264
commit 450c60a559

View file

@ -334,6 +334,9 @@ struct coding_system
meaing of each non-zero value. */
int composing;
/* Number of composed characters in the current composing sequence. */
int composed_chars;
/* Detailed information specific to each type of coding system. */
union spec
{