comparison src/lisp.h @ 42415:cdbdb10cfbe6

(max_specpdl_size): Add declaration.
author Richard M. Stallman <rms@gnu.org>
date Sun, 30 Dec 2001 00:13:56 +0000
parents 0f4654c6a883
children 6b91b82d2eb1
comparison
equal deleted inserted replaced
42414:0657fd32e7f8 42415:cdbdb10cfbe6
1650 }; 1650 };
1651 1651
1652 extern struct specbinding *specpdl; 1652 extern struct specbinding *specpdl;
1653 extern struct specbinding *specpdl_ptr; 1653 extern struct specbinding *specpdl_ptr;
1654 extern int specpdl_size; 1654 extern int specpdl_size;
1655
1656 extern EMACS_INT max_specpdl_size;
1655 1657
1656 #define BINDING_STACK_SIZE() (specpdl_ptr - specpdl) 1658 #define BINDING_STACK_SIZE() (specpdl_ptr - specpdl)
1657 1659
1658 /* Everything needed to describe an active condition case. */ 1660 /* Everything needed to describe an active condition case. */
1659 struct handler 1661 struct handler