changeset 7213:bb5db306a305

(init_eval): Initialize when_entered_debugger to -1.
author Richard M. Stallman <rms@gnu.org>
date Sat, 30 Apr 1994 02:16:15 +0000
parents 2f1305fcecf6
children 5a6f2a00002d
files src/eval.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/eval.c	Sat Apr 30 01:38:51 1994 +0000
+++ b/src/eval.c	Sat Apr 30 02:16:15 1994 +0000
@@ -163,7 +163,8 @@
   Vquit_flag = Qnil;
   debug_on_next_call = 0;
   lisp_eval_depth = 0;
-  when_entered_debugger = 0;
+  /* This is less than the initial value of num_nonmacro_input_chars.  */
+  when_entered_debugger = -1;
 }
 
 Lisp_Object