# HG changeset patch # User Kenichi Handa # Date 977443629 0 # Node ID 41f50ad22d7abdfb8e087e95fe2efa14fa84ed2d # Parent f998b856d92b7fb1e56a3a9da6b18c3097564375 (struct ccl_program): New member cr_consumed. diff -r f998b856d92b -r 41f50ad22d7a src/ccl.h --- a/src/ccl.h Fri Dec 22 00:06:52 2000 +0000 +++ b/src/ccl.h Fri Dec 22 00:07:09 2000 +0000 @@ -55,9 +55,14 @@ 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 + 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. */ - int multibyte; /* 1 if the source text is multibyte. */ }; /* This data type is used for the spec field of the structure