From: Lupe Christoph Date: Tue, 29 Aug 2000 09:04:08 +0000 (+0200) Subject: Fix for thinko in #6848. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=54fb45e211234c1b6f7c721138b32c2114a2145a;p=p5sagit%2Fp5-mst-13.2.git Fix for thinko in #6848. Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866) Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de> p4raw-id: //depot/perl@6876 --- diff --git a/ext/Thread/Thread.xs b/ext/Thread/Thread.xs index 7294bdb..17e5aef 100644 --- a/ext/Thread/Thread.xs +++ b/ext/Thread/Thread.xs @@ -21,7 +21,7 @@ static int sig_pipe[2]; #endif static void -remove_thread(pTHX_ Thread *t) +remove_thread(pTHX_ Thread t) { #ifdef USE_THREADS DEBUG_S(WITH_THR(PerlIO_printf(Perl_debug_log,