diff options
| author | Gerd Moellmann | 2000-11-15 19:24:35 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-11-15 19:24:35 +0000 |
| commit | acb8dc441de3d40270c8fddb9b05710bc90e8828 (patch) | |
| tree | 0ac10731fd496b61bc64edd06e718f2aa960b14b | |
| parent | 2392ccb75805b3e2488e48a30028f250829886e0 (diff) | |
| download | emacs-acb8dc441de3d40270c8fddb9b05710bc90e8828.tar.gz emacs-acb8dc441de3d40270c8fddb9b05710bc90e8828.zip | |
(BINDING_STACK_SIZE): New macro.
| -rw-r--r-- | src/lisp.h | 2 |
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; | |||
| 1506 | extern struct specbinding *specpdl_ptr; | 1506 | extern struct specbinding *specpdl_ptr; |
| 1507 | extern int specpdl_size; | 1507 | extern 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. */ |
| 1510 | struct handler | 1512 | struct handler |
| 1511 | { | 1513 | { |