(max_specpdl_size): Adjust declaration.
[bpt/emacs.git] / src / lisp.h
index 7251274..433ea36 100644 (file)
@@ -1653,7 +1653,7 @@ extern struct specbinding *specpdl;
 extern struct specbinding *specpdl_ptr;
 extern int specpdl_size;
 
-extern EMACS_INT max_specpdl_size;
+extern int max_specpdl_size;
 
 #define BINDING_STACK_SIZE()   (specpdl_ptr - specpdl)