diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ccl.h | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -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 |