This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ed53c8
)
Fix for thinko in #6848.
author
Lupe Christoph
<lupe@lupe-christoph.de>
Tue, 29 Aug 2000 09:04:08 +0000
(11:04 +0200)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Tue, 29 Aug 2000 12:53:54 +0000
(12:53 +0000)
Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
Message-ID: <
20000829090408
.V4437@alanya.lupe-christoph.de>
p4raw-id: //depot/perl@6876
ext/Thread/Thread.xs
patch
|
blob
|
blame
|
history
diff --git
a/ext/Thread/Thread.xs
b/ext/Thread/Thread.xs
index
7294bdb
..
17e5aef
100644
(file)
--- 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,