summaryrefslogtreecommitdiff
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
commit0f14a6fb229c9b3a993438b6e711bc75d3527532 (patch)
tree6d4b0f4c034a782aeeec4f2847b605a60afaf4d6
parent7bba6ffb090865720272b9702d610edd2b5f4264 (diff)
downloademacs-0f14a6fb229c9b3a993438b6e711bc75d3527532.tar.gz
(struct coding_system): New member composed_chars.
-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
{