From: Juanma Barranquero Date: Wed, 10 Jul 2002 08:41:28 +0000 (+0000) Subject: (SPECPDL_INDEX): Rename from BINDING_STACK_SIZE. All callers updated. X-Git-Tag: ttn-vms-21-2-B4~14212 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c929397dc14a09333984e0e21f5197bb62b33a68;p=emacs.git (SPECPDL_INDEX): Rename from BINDING_STACK_SIZE. All callers updated. --- diff --git a/src/lisp.h b/src/lisp.h index dc38857e85e..fc7793a6808 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -1695,7 +1695,7 @@ extern int specpdl_size; 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