]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct ccl_program) <eight_bit_control: Comment fixed.
authorKenichi Handa <handa@m17n.org>
Fri, 30 May 2003 08:12:38 +0000 (08:12 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 30 May 2003 08:12:38 +0000 (08:12 +0000)
src/ccl.h

index ed89bf5e6d87d81cad3c26d59e91d0514d32b386..61f098e17c117edef271a2d48931737aac46d154 100644 (file)
--- 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