]> granicus.if.org Git - gc/commitdiff
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 0e52fe2e14f734f87a84508b3dccaf8a1ff951c0..cc31b4ba3966fc80a421fdbdfbc895ded3b419a1 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 4079132f8f5b715b0503955f55f0a880cd17ce0d..db0813e208ad4c55c77d5c2992ad48e761720ccd 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