aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h
index 9e0a769d55c..4ea5dce5ddf 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -1506,6 +1506,8 @@ extern struct specbinding *specpdl;
1506extern struct specbinding *specpdl_ptr; 1506extern struct specbinding *specpdl_ptr;
1507extern int specpdl_size; 1507extern int specpdl_size;
1508 1508
1509#define BINDING_STACK_SIZE() (specpdl_ptr - specpdl)
1510
1509/* Everything needed to describe an active condition case. */ 1511/* Everything needed to describe an active condition case. */
1510struct handler 1512struct handler
1511 { 1513 {