]> granicus.if.org Git - gc/commitdiff
Add extern prototype for GC_collection_in_progress
authorJay McCarthy <jay@racket-lang.org>
Tue, 18 May 2010 14:08:35 +0000 (09:08 -0500)
committerIvan Maidanski <ivmai@mail.ru>
Sun, 3 Nov 2013 10:06:02 +0000 (14:06 +0400)
gc_dlopen.c

index 51659d1e8236fccb3ca44a394eccb6014f716698..2f9644efdbe1378b93a83be358e9615b4276644e 100644 (file)
@@ -37,6 +37,8 @@
 #   undef dlopen
 # endif
 
+  extern GC_bool GC_collection_in_progress();
+
   /* Make sure we're not in the middle of a collection, and make       */
   /* sure we don't start any.  Returns previous value of GC_dont_gc.   */
   /* This is invoked prior to a dlopen call to avoid synchronization   */