aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.h
diff options
context:
space:
mode:
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
334 meaing of each non-zero value. */ 334 meaing of each non-zero value. */
335 int composing; 335 int composing;
336 336
337 /* Number of composed characters in the current composing sequence. */
338 int composed_chars;
339
337 /* Detailed information specific to each type of coding system. */ 340 /* Detailed information specific to each type of coding system. */
338 union spec 341 union spec
339 { 342 {