Mercurial > hg > xemacs-beta
diff src/eval.c @ 458:c33ae14dd6d0 r21-2-44
Import from CVS: tag r21-2-44
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:42:25 +0200 |
parents | 3d3049ae1304 |
children | 666d73d6ac56 |
line wrap: on
line diff
--- a/src/eval.c Mon Aug 13 11:41:26 2007 +0200 +++ b/src/eval.c Mon Aug 13 11:42:25 2007 +0200 @@ -163,13 +163,13 @@ int specpdl_depth_counter; /* Maximum size allowed for specpdl allocation */ -int max_specpdl_size; +Fixnum max_specpdl_size; /* Depth in Lisp evaluations and function calls. */ static int lisp_eval_depth; /* Maximum allowed depth in Lisp evaluations and function calls. */ -int max_lisp_eval_depth; +Fixnum max_lisp_eval_depth; /* Nonzero means enter debugger before next function call */ static int debug_on_next_call;