From 64068fbfc125094db08c3263b02dcebe724153bd Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Wed, 24 Jan 2001 23:29:42 +0000 Subject: [PATCH] (sturct ccl_program): New member suppress_error. --- src/ccl.h | 2 ++ 1 file changed, 2 insertions(+) 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 { format when the CCL program is used for encoding by a coding system. */ + int suppress_error; /* If nonzero, don't insert error + message in the output. */ }; /* This data type is used for the spec field of the structure -- 2.39.2