Mercurial > emacs
changeset 42415:cdbdb10cfbe6
(max_specpdl_size): Add declaration.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 30 Dec 2001 00:13:56 +0000 |
parents | 0657fd32e7f8 |
children | 36dc6c5f8b28 |
files | src/lisp.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lisp.h Sat Dec 29 23:48:45 2001 +0000 +++ b/src/lisp.h Sun Dec 30 00:13:56 2001 +0000 @@ -1653,6 +1653,8 @@ extern struct specbinding *specpdl_ptr; extern int specpdl_size; +extern EMACS_INT max_specpdl_size; + #define BINDING_STACK_SIZE() (specpdl_ptr - specpdl) /* Everything needed to describe an active condition case. */