From: Miguel de Icaza Date: Tue, 11 Oct 2005 18:43:08 +0000 (+0000) Subject: Backport\n2005-10-11 Zoltan Varga X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4424c9a76e3b606e3bd324ff6d783d22c3204cbd;p=gc Backport\n2005-10-11 Zoltan Varga * pthread_support.c (GC_thread_deregister_foreign): Make this return void instead of void*. svn path=/branches/mono-1-1-9/mono/; revision=51621 --- diff --git a/ChangeLog b/ChangeLog index d32dd59e..33ddf9bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,12 +1,8 @@ 2005-10-11 Zoltan Varga - + * pthread_support.c (GC_thread_deregister_foreign): Make this return void instead of void*. - -2005-09-29 Raja R Harinath - - * configure.host: Fix syntax error. - + 2005-08-24 Zoltan Varga * win32_threads.c: If GC_INSIDE_DLL is defined, define the DllMain function for automatic registration diff --git a/configure.host b/configure.host index 53a47f2b..2904d719 100644 --- a/configure.host +++ b/configure.host @@ -22,7 +22,6 @@ gc_cflags="" if test :"$GCC": = :yes: ; then - : else case "$host" in hppa*-*-hpux* )