* include/gc.h (GC_register_my_thread): Refine the comment.
+2011-05-10 Ivan Maidanski <ivmai@mail.ru>
+
+ * include/gc.h (GC_register_my_thread): Refine the comment.
+
2011-05-08 Ivan Maidanski <ivmai@mail.ru>
* include/gc_inline.h (GC_MALLOC_WORDS, GC_CONS): Add missing
/* GC_use_threads_discovery() is called at start-up. Except for the */
/* latter case, the explicit call is normally required for threads */
/* created by third-party libraries. */
+ /* A manually registered thread requires manual unregistering. */
GC_API int GC_CALL GC_register_my_thread(const struct GC_stack_base *);
/* Unregister the current thread. Only an explicitly registered */