aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2001-02-27 03:29:08 +0000
committerKenichi Handa2001-02-27 03:29:08 +0000
commit5829aace4e0901221ba530ed2db5c477e3c9ed66 (patch)
treef818c2a60031024566fda34d7b0dbe688f23dd20
parenta8302ba35efcac4ae68254c8d20a21c10e9c8d1b (diff)
downloademacs-5829aace4e0901221ba530ed2db5c477e3c9ed66.tar.gz
emacs-5829aace4e0901221ba530ed2db5c477e3c9ed66.zip
(struct ccl_program): New member eight_bit_control.
-rw-r--r--src/ccl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ccl.h b/src/ccl.h
index f46077f7966..ed89bf5e6d8 100644
--- a/src/ccl.h
+++ b/src/ccl.h
@@ -65,6 +65,8 @@ struct ccl_program {
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
69 writes eight-bit-control char. */
68}; 70};
69 71
70/* This data type is used for the spec field of the structure 72/* This data type is used for the spec field of the structure