diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ccl.h | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -52,6 +52,7 @@ struct ccl_program { | |||
| 52 | int buf_magnification; /* Output buffer magnification. How | 52 | int buf_magnification; /* Output buffer magnification. How |
| 53 | many times bigger the output buffer | 53 | many times bigger the output buffer |
| 54 | should be than the input buffer. */ | 54 | should be than the input buffer. */ |
| 55 | int stack_idx; /* How deep the call of CCL_Call is nested. */ | ||
| 55 | }; | 56 | }; |
| 56 | 57 | ||
| 57 | /* This data type is used for the spec field of the structure | 58 | /* This data type is used for the spec field of the structure |