aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-11-15 19:24:35 +0000
committerGerd Moellmann2000-11-15 19:24:35 +0000
commitacb8dc441de3d40270c8fddb9b05710bc90e8828 (patch)
tree0ac10731fd496b61bc64edd06e718f2aa960b14b /src
parent2392ccb75805b3e2488e48a30028f250829886e0 (diff)
downloademacs-acb8dc441de3d40270c8fddb9b05710bc90e8828.tar.gz
emacs-acb8dc441de3d40270c8fddb9b05710bc90e8828.zip
(BINDING_STACK_SIZE): New macro.
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 {