aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lisp.h')
-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