summaryrefslogtreecommitdiff
path: root/src/ccl.h
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2003-05-30 07:58:37 +0000
committerKenichi Handa <handa@m17n.org>2003-05-30 07:58:37 +0000
commit034060e4e71334fc74e0dfe6e728989e268f1f74 (patch)
treecc10b6d00cfb391f1a353b62993b8c84e545d5d8 /src/ccl.h
parentb671ed5e8e942b8a804ba3ed7ce2bfc601f496ac (diff)
downloademacs-034060e4e71334fc74e0dfe6e728989e268f1f74.tar.gz
(struct ccl_program) <eight_bit_control: Comment fixed.
Diffstat (limited to 'src/ccl.h')
-rw-r--r--src/ccl.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/ccl.h b/src/ccl.h
index f5344ff0d07..bfd4757b41a 100644
--- a/src/ccl.h
+++ b/src/ccl.h
@@ -65,8 +65,11 @@ struct ccl_program {
system. */
int suppress_error; /* If nonzero, don't insert error
message in the output. */
- int eight_bit_control; /* Set to nonzero if CCL_WRITE_CHAR
- writes eight-bit-control char. */
+ int eight_bit_control; /* If nonzero, ccl_driver counts all
+ eight-bit-control bytes written by
+ CCL_WRITE_CHAR. After execution,
+ if no such byte is written, set
+ this value to zero. */
};
/* This data type is used for the spec field of the structure