]> code.delx.au - gnu-emacs/commitdiff
(struct ccl_program): New member cr_consumed.
authorKenichi Handa <handa@m17n.org>
Fri, 22 Dec 2000 00:07:09 +0000 (00:07 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 22 Dec 2000 00:07:09 +0000 (00:07 +0000)
src/ccl.h

index 17f2c4d302b3a2a6bcb61aa2b8ea5c12f99a0110..2012aeb3955318bb91367a2c8456d46a10338479 100644 (file)
--- a/src/ccl.h
+++ b/src/ccl.h
@@ -55,9 +55,14 @@ struct ccl_program {
   int stack_idx;               /* How deep the call of CCL_Call is nested.  */
   int eol_type;                        /* When the CCL program is used for
                                   encoding by a coding system, set to
-                                  the eol_type of the coding
-                                  system.  */
+                                  the eol_type of the coding system.
+                                  In other cases, always
+                                  CODING_EOL_LF.  */
   int multibyte;               /* 1 if the source text is multibyte.  */
+  int cr_consumed;             /* Flag for encoding DOS-like EOL
+                                  format when the CCL program is used
+                                  for encoding by a coding
+                                  system.  */
 };
 
 /* This data type is used for the spec field of the structure