comparison src/alloc.c @ 1957:59e1bbea04fe

[xemacs-hg @ 2004-03-19 02:59:08 by james] Break infinite loop that made debug-allocation unusable.
author james
date Fri, 19 Mar 2004 02:59:10 +0000
parents aa0db78e67c4
children 9c872f33ecbe
comparison
equal deleted inserted replaced
1956:2aa9359b1615 1957:59e1bbea04fe
185 /* This is just for use by the printer, to allow things to print uniquely */ 185 /* This is just for use by the printer, to allow things to print uniquely */
186 static int lrecord_uid_counter; 186 static int lrecord_uid_counter;
187 187
188 /* Nonzero when calling certain hooks or doing other things where 188 /* Nonzero when calling certain hooks or doing other things where
189 a GC would be bad */ 189 a GC would be bad */
190 static int gc_currently_forbidden; 190 int gc_currently_forbidden;
191 191
192 /* Hooks. */ 192 /* Hooks. */
193 Lisp_Object Vpre_gc_hook, Qpre_gc_hook; 193 Lisp_Object Vpre_gc_hook, Qpre_gc_hook;
194 Lisp_Object Vpost_gc_hook, Qpost_gc_hook; 194 Lisp_Object Vpost_gc_hook, Qpost_gc_hook;
195 195