From c929397dc14a09333984e0e21f5197bb62b33a68 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 10 Jul 2002 08:41:28 +0000 Subject: [PATCH] (SPECPDL_INDEX): Rename from BINDING_STACK_SIZE. All callers updated. --- src/lisp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5