projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
86c089c
)
Re: [PATCH] allow use threads qw(yield)
Dave Mitchell [Wed, 15 May 2002 23:26:27 +0000 (
00:26
+0100)]
Message-ID: <
20020515232626
.E28924@fdgroup.com>
p4raw-id: //depot/perl@16626
ext/threads/threads.xs
patch
|
blob
|
blame
|
history
diff --git
a/ext/threads/threads.xs
b/ext/threads/threads.xs
index
f957a4a
..
cbe4e04
100755
(executable)
--- a/
ext/threads/threads.xs
+++ b/
ext/threads/threads.xs
@@
-601,7
+601,7
@@
PPCODE:
}
void
-yield(thread = 'threads')
+yield(...)
CODE:
{
YIELD;