Mercurial > emacs
changeset 33508:027d4bc2e846
(BINDING_STACK_SIZE): New macro.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 15 Nov 2000 19:24:35 +0000 |
parents | 5f71cb83e287 |
children | a7d245e080d1 |
files | src/lisp.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lisp.h Wed Nov 15 19:22:06 2000 +0000 +++ b/src/lisp.h Wed Nov 15 19:24:35 2000 +0000 @@ -1506,6 +1506,8 @@ extern struct specbinding *specpdl_ptr; extern int specpdl_size; +#define BINDING_STACK_SIZE() (specpdl_ptr - specpdl) + /* Everything needed to describe an active condition case. */ struct handler {