mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 10:31:37 -08:00
(max_specpdl_size): Add declaration.
This commit is contained in:
parent
1182d214b1
commit
c51ea62a82
1 changed files with 2 additions and 0 deletions
|
|
@ -1653,6 +1653,8 @@ extern struct specbinding *specpdl;
|
|||
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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue