diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2002-05-16 00:26:27 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-16 13:16:34 +0000 |
commit | 9d7debe1023b7931d135e515197539d2f69518ce (patch) | |
tree | 97d3b6ec5e7c0357237e4aa01ccfcb2faf65aba5 /ext/threads | |
parent | 86c089c690ac36d1514bed39655e7fe276a62ef9 (diff) | |
download | perl-9d7debe1023b7931d135e515197539d2f69518ce.tar.gz |
Re: [PATCH] allow use threads qw(yield)
Message-ID: <20020515232626.E28924@fdgroup.com>
p4raw-id: //depot/perl@16626
Diffstat (limited to 'ext/threads')
-rwxr-xr-x | ext/threads/threads.xs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/threads/threads.xs b/ext/threads/threads.xs index f957a4a99b..cbe4e04b33 100755 --- a/ext/threads/threads.xs +++ b/ext/threads/threads.xs @@ -601,7 +601,7 @@ PPCODE: } void -yield(thread = 'threads') +yield(...) CODE: { YIELD; |