* include/gc.h (GC_INIT): Add comment about GC_INIT() multiple calls.
/* Portable clients should call this at the program start-up. More */
/* over, some platforms require this call to be done strictly from the */
-/* primordial thread. */
+/* primordial thread. Multiple invocations are harmless. */
#define GC_INIT() { GC_INIT_CONF_DONT_EXPAND; /* pre-init */ \
GC_INIT_CONF_FORCE_UNMAP_ON_GCOLLECT; \
GC_INIT_CONF_MAX_RETRIES; \