From: Dave Mitchell Date: Wed, 15 May 2002 23:26:27 +0000 (+0100) Subject: Re: [PATCH] allow use threads qw(yield) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9d7debe1023b7931d135e515197539d2f69518ce;p=p5sagit%2Fp5-mst-13.2.git Re: [PATCH] allow use threads qw(yield) Message-ID: <20020515232626.E28924@fdgroup.com> p4raw-id: //depot/perl@16626 --- diff --git a/ext/threads/threads.xs b/ext/threads/threads.xs index f957a4a..cbe4e04 100755 --- a/ext/threads/threads.xs +++ b/ext/threads/threads.xs @@ -601,7 +601,7 @@ PPCODE: } void -yield(thread = 'threads') +yield(...) CODE: { YIELD;