diff 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
line wrap: on
line diff
--- a/src/alloc.c	Thu Mar 18 22:50:44 2004 +0000
+++ b/src/alloc.c	Fri Mar 19 02:59:10 2004 +0000
@@ -187,7 +187,7 @@
 
 /* Nonzero when calling certain hooks or doing other things where
    a GC would be bad */
-static int gc_currently_forbidden;
+int gc_currently_forbidden;
 
 /* Hooks. */
 Lisp_Object Vpre_gc_hook, Qpre_gc_hook;