From: Kenichi Handa Date: Tue, 4 May 1999 05:43:41 +0000 (+0000) Subject: (struct ccl_program): New member stack_idx. X-Git-Tag: emacs-20.4~260 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e05645eeb8fee9ee316418803d43d9ec1479e2ae;p=emacs.git (struct ccl_program): New member stack_idx. --- 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