comparison src/ccl.h @ 51328:2466e5a90751

(struct ccl_program) <eight_bit_control: Comment fixed.
author Kenichi Handa <handa@m17n.org>
date Fri, 30 May 2003 07:58:11 +0000
parents 23a1cea22d13
children 695cf19ef79e
comparison
equal deleted inserted replaced
51327:389d833cd25e 51328:2466e5a90751
63 format when the CCL program is used 63 format when the CCL program is used
64 for encoding by a coding 64 for encoding by a coding
65 system. */ 65 system. */
66 int suppress_error; /* If nonzero, don't insert error 66 int suppress_error; /* If nonzero, don't insert error
67 message in the output. */ 67 message in the output. */
68 int eight_bit_control; /* Set to nonzero if CCL_WRITE_CHAR 68 int eight_bit_control; /* If nonzero, ccl_driver counts all
69 writes eight-bit-control char. */ 69 eight-bit-control bytes written by
70 CCL_WRITE_CHAR. After execution,
71 if no such byte is written, set
72 this value to zero. */
70 }; 73 };
71 74
72 /* This data type is used for the spec field of the structure 75 /* This data type is used for the spec field of the structure
73 coding_system. */ 76 coding_system. */
74 77