From 7a1dd8de8f17a4c858d8fb5a34890fc65f33823b Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Mon, 10 Mar 2008 12:16:47 +0000 Subject: [PATCH] (struct ccl_program): New member quit_silently. --- src/ccl.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ccl.h b/src/ccl.h index 5c1f90eeec8..41e7e7dcb63 100644 --- a/src/ccl.h +++ b/src/ccl.h @@ -76,6 +76,9 @@ struct ccl_program { CCL_WRITE_CHAR. After execution, if no such byte is written, set this value to zero. */ + int quit_silently; /* If nonzero, don't append "CCL: + Quitted" to the generated text when + CCL program is quitted. */ }; /* This data type is used for the spec field of the structure -- 2.39.5