diff src/lisp.h @ 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 44905d8fae13
children 9c872f33ecbe
line wrap: on
line diff
--- a/src/lisp.h	Thu Mar 18 22:50:44 2004 +0000
+++ b/src/lisp.h	Fri Mar 19 02:59:10 2004 +0000
@@ -3367,6 +3367,7 @@
 void register_post_gc_action (void (*fun) (void *), void *arg);
 int begin_gc_forbidden (void);
 void end_gc_forbidden (int count);
+extern int gc_currently_forbidden;
 
 END_C_DECLS