diff options
| author | Kenichi Handa | 2001-01-24 23:29:42 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2001-01-24 23:29:42 +0000 |
| commit | 64068fbfc125094db08c3263b02dcebe724153bd (patch) | |
| tree | 96c5b14fcb7abdba1ef9bd9307f463be9f7d5e0d | |
| parent | 245ed2b17acc7d22d47bd086d0279d0da211f2e0 (diff) | |
| download | emacs-64068fbfc125094db08c3263b02dcebe724153bd.tar.gz emacs-64068fbfc125094db08c3263b02dcebe724153bd.zip | |
(sturct ccl_program): New member suppress_error.
| -rw-r--r-- | src/ccl.h | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -63,6 +63,8 @@ struct ccl_program { | |||
| 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 | ||
| 67 | message in the output. */ | ||
| 66 | }; | 68 | }; |
| 67 | 69 | ||
| 68 | /* This data type is used for the spec field of the structure | 70 | /* This data type is used for the spec field of the structure |