]> granicus.if.org Git - gc/commitdiff
Backport\n2005-10-11 Zoltan Varga <vargaz@gmail.com>
authorMiguel de Icaza <miguel@gnome.org>
Tue, 11 Oct 2005 18:43:08 +0000 (18:43 +0000)
committerguest <ivmai@mail.ru>
Fri, 29 Jul 2011 11:27:41 +0000 (15:27 +0400)
* pthread_support.c (GC_thread_deregister_foreign): Make this return
void instead of void*.

svn path=/branches/mono-1-1-9/mono/; revision=51621

ChangeLog
configure.host

index d32dd59e572979480c8a9d849bd1e520f72fe6cb..33ddf9bdf09580524bba23a8fbaa0e005523b049 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,8 @@
 2005-10-11  Zoltan Varga  <vargaz@gmail.com>
-
        * pthread_support.c (GC_thread_deregister_foreign): Make this return
        void instead of void*.
-
-2005-09-29  Raja R Harinath  <harinath@gmail.com>
-
-       * configure.host: Fix syntax error.
-
+       
 2005-08-24  Zoltan Varga  <vargaz@gmail.com>
 
        * win32_threads.c: If GC_INSIDE_DLL is defined, define the DllMain function for automatic registration
index 53a47f2b623a6ad03fd14493e94a8cb5bf255fbd..2904d719471ee44f7d992b15cae76012eadaa233 100644 (file)
@@ -22,7 +22,6 @@
 gc_cflags=""
 
 if test :"$GCC": = :yes: ; then
-    :
 else
     case "$host" in 
         hppa*-*-hpux* )