diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ccl.h | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -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 |