aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ccl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ccl.h b/src/ccl.h
index c3b1ed564f4..f46077f7966 100644
--- a/src/ccl.h
+++ b/src/ccl.h
@@ -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