Add extern prototype for GC_collection_in_progress
This commit is contained in:
parent
1eee0501a6
commit
26850e9b9f
|
@ -37,6 +37,8 @@
|
||||||
# undef dlopen
|
# undef dlopen
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
|
extern GC_bool GC_collection_in_progress();
|
||||||
|
|
||||||
/* Make sure we're not in the middle of a collection, and make */
|
/* 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. */
|
/* sure we don't start any. Returns previous value of GC_dont_gc. */
|
||||||
/* This is invoked prior to a dlopen call to avoid synchronization */
|
/* This is invoked prior to a dlopen call to avoid synchronization */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user