comparison src/eval.c @ 26307:155d5adcdff4

(init_eval): Conditionalize declaration of gcpro_level.
author Dave Love <fx@gnu.org>
date Tue, 02 Nov 1999 12:55:29 +0000
parents 4d1e267efd41
children 6527989cb214
comparison
equal deleted inserted replaced
26306:13a14fa14cf2 26307:155d5adcdff4
188 handlerlist = 0; 188 handlerlist = 0;
189 backtrace_list = 0; 189 backtrace_list = 0;
190 Vquit_flag = Qnil; 190 Vquit_flag = Qnil;
191 debug_on_next_call = 0; 191 debug_on_next_call = 0;
192 lisp_eval_depth = 0; 192 lisp_eval_depth = 0;
193 #ifdef DEBUG_GCPRO
193 gcpro_level = 0; 194 gcpro_level = 0;
195 #endif
194 /* This is less than the initial value of num_nonmacro_input_events. */ 196 /* This is less than the initial value of num_nonmacro_input_events. */
195 when_entered_debugger = -1; 197 when_entered_debugger = -1;
196 } 198 }
197 199
198 Lisp_Object 200 Lisp_Object