changeset 23324:4c5f12c6041c

(struct coding_system): New member composed_chars.
author Kenichi Handa <handa@m17n.org>
date Sat, 26 Sep 1998 04:20:48 +0000
parents 0800a4f84757
children bbd06336cd0c
files src/coding.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/coding.h	Fri Sep 25 21:40:23 1998 +0000
+++ b/src/coding.h	Sat Sep 26 04:20:48 1998 +0000
@@ -334,6 +334,9 @@
      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
     {