aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2002-07-10 08:41:28 +0000
committerJuanma Barranquero <[email protected]>2002-07-10 08:41:28 +0000
commitc929397dc14a09333984e0e21f5197bb62b33a68 (patch)
treebe409821535b2067b3580d7427c2e4457594d124
parent5502266e13f237df9d478c57367820b570236684 (diff)
(SPECPDL_INDEX): Rename from BINDING_STACK_SIZE. All callers updated.
-rw-r--r--src/lisp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h
index dc38857e85..fc7793a680 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