diff options
Diffstat (limited to 'src/ccl.h')
-rw-r--r-- | src/ccl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ccl.h b/src/ccl.h index 4ac8b990fee..18c6ae1ebc7 100644 --- a/src/ccl.h +++ b/src/ccl.h @@ -77,6 +77,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 |