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

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