aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ccl.h3
1 files changed, 3 insertions, 0 deletions
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 {
76 CCL_WRITE_CHAR. After execution, 76 CCL_WRITE_CHAR. After execution,
77 if no such byte is written, set 77 if no such byte is written, set
78 this value to zero. */ 78 this value to zero. */
79 int quit_silently; /* If nonzero, don't append "CCL:
80 Quitted" to the generated text when
81 CCL program is quitted. */
79}; 82};
80 83
81/* This data type is used for the spec field of the structure 84/* This data type is used for the spec field of the structure