1
Fork 0
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:
Richard M. Stallman 2001-12-30 00:13:56 +00:00
parent 1182d214b1
commit c51ea62a82

View file

@ -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. */