Mercurial > emacs
changeset 46284:36c70758a8d7
(SPECPDL_INDEX): Rename from BINDING_STACK_SIZE. All callers updated.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 10 Jul 2002 08:41:28 +0000 |
parents | d57dd43efbc7 |
children | 3f111801efb4 |
files | src/lisp.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lisp.h Wed Jul 10 08:21:49 2002 +0000 +++ b/src/lisp.h Wed Jul 10 08:41:28 2002 +0000 @@ -1695,7 +1695,7 @@ extern EMACS_INT max_specpdl_size; -#define BINDING_STACK_SIZE() (specpdl_ptr - specpdl) +#define SPECPDL_INDEX() (specpdl_ptr - specpdl) /* Everything needed to describe an active condition case. */ struct handler