2009-09-25 Ivan Maidanski <ivmai@mail.ru>
authorivmai <ivmai>
Fri, 25 Sep 2009 10:42:37 +0000 (10:42 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 26 Jul 2011 17:06:47 +0000 (21:06 +0400)
* include/gc.h (GC_use_DllMain): Refine (and reformat) the
comment.

ChangeLog
include/gc.h

index 0e52fe2..cc31b4b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-09-25  Ivan Maidanski <ivmai@mail.ru>
+
+       * include/gc.h (GC_use_DllMain): Refine (and reformat) the
+       comment.
+
 2009-09-25  Ivan Maidanski <ivmai@mail.ru> (really mostly Petter Urkedal)
 
        * configure.ac: Add documentation to AC_DEFINE for GC_THREADS and
index 4079132..db0813e 100644 (file)
@@ -1278,12 +1278,9 @@ GC_API void GC_CALL GC_register_has_static_roots_callback(
 # define WinMain GC_WinMain
 #endif
 
-  /*
-   * Use implicit thread registration via DllMain.
-   * Must be called before GC_INIT and other GC routines.
-   * Should be avoided if GC_beginthreadex and friends can be called
-   * instead.
-   */
+/* Use implicit thread registration via DllMain.  Deprecated.  Must be  */
+/* called before GC_INIT() and other GC routines.  Should be avoided if */
+/* GC_beginthreadex() or GC_CreateThread() could be called instead.     */
 GC_API void GC_CALL GC_use_DllMain(void);
 
 # ifndef GC_NO_THREAD_REDIRECTS