summaryrefslogtreecommitdiff
path: root/src/coding.h
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>1998-09-26 04:20:48 +0000
committerKenichi Handa <handa@m17n.org>1998-09-26 04:20:48 +0000
commit450c60a5597beb1aea1a549f53baece4e7d26983 (patch)
tree13371dccbe5c6690f60f46d2ee266ac21dd4b9d5 /src/coding.h
parent08b4600264d34e34f62ad1a32c7e355ab9cc315d (diff)
downloademacs-450c60a5597beb1aea1a549f53baece4e7d26983.tar.gz
(struct coding_system): New member composed_chars.
Diffstat (limited to 'src/coding.h')
-rw-r--r--src/coding.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/coding.h b/src/coding.h
index 46997e9f816..438456ed400 100644
--- a/src/coding.h
+++ b/src/coding.h
@@ -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
{