From c51ea62a82238479d70e8b31793946c4203560f1 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 30 Dec 2001 00:13:56 +0000 Subject: [PATCH] (max_specpdl_size): Add declaration. --- src/lisp.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lisp.h b/src/lisp.h index 31b2cc80106..7251274098b 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -1653,6 +1653,8 @@ extern struct specbinding *specpdl; extern struct specbinding *specpdl_ptr; extern int specpdl_size; +extern EMACS_INT max_specpdl_size; + #define BINDING_STACK_SIZE() (specpdl_ptr - specpdl) /* Everything needed to describe an active condition case. */ -- 2.39.2