Add extern prototype for GC_collection_in_progress

This commit is contained in:
Jay McCarthy 2010-05-18 09:08:35 -05:00
parent 1eee0501a6
commit 26850e9b9f

View 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 */