This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: [PATCH] allow use threads qw(yield)
authorDave Mitchell <davem@fdisolutions.com>
Wed, 15 May 2002 23:26:27 +0000 (00:26 +0100)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 16 May 2002 13:16:34 +0000 (13:16 +0000)
Message-ID: <20020515232626.E28924@fdgroup.com>

p4raw-id: //depot/perl@16626

ext/threads/threads.xs

index f957a4a..cbe4e04 100755 (executable)
@@ -601,7 +601,7 @@ PPCODE:
 }
 
 void
-yield(thread = 'threads')
+yield(...)
 CODE:
 {
     YIELD;