]> git.eshelyaron.com Git - emacs.git/commitdiff
(max_specpdl_size): Add declaration.
authorRichard M. Stallman <rms@gnu.org>
Sun, 30 Dec 2001 00:13:56 +0000 (00:13 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 30 Dec 2001 00:13:56 +0000 (00:13 +0000)
src/lisp.h

index 31b2cc801069dd16536652d8f719f42429c9237a..7251274098bdc3b84edd96476354cfc8b2caae64 100644 (file)
@@ -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.  */