+2002-01-01 Andreas Schwab <schwab@suse.de>
+
+ * eval.c (max_specpdl_size, max_lisp_eval_depth): Define as int,
+ not EMACS_INT, to make them compatible with DEFVAR_INT.
+ * lisp.h (max_specpdl_size): Adjust declaration.
+
2002-01-01 Richard M. Stallman <rms@gnu.org>
* print.c (print_object): Test print_escape_nonascii only for
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)