diff options
author | Kenichi Handa <handa@m17n.org> | 1999-05-04 05:43:41 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 1999-05-04 05:43:41 +0000 |
commit | e05645eeb8fee9ee316418803d43d9ec1479e2ae (patch) | |
tree | 85f82724176c52786a2d92b30b03ce2ab95378f9 /src/ccl.h | |
parent | c13362d808154b5d609578d551f835dfe81d7e78 (diff) | |
download | emacs-e05645eeb8fee9ee316418803d43d9ec1479e2ae.tar.gz |
(struct ccl_program): New member stack_idx.
Diffstat (limited to 'src/ccl.h')
-rw-r--r-- | src/ccl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ccl.h b/src/ccl.h index 5965b74155a..0a784448f02 100644 --- a/src/ccl.h +++ b/src/ccl.h @@ -52,6 +52,7 @@ struct ccl_program { int buf_magnification; /* Output buffer magnification. How many times bigger the output buffer should be than the input buffer. */ + int stack_idx; /* How deep the call of CCL_Call is nested. */ }; /* This data type is used for the spec field of the structure |