Hand merge patch from maint back to blead.
Nicholas Clark [Sun, 4 Apr 2004 16:32:54 +0000 (16:32 +0000)]
p4raw-id: //depot/perl@22646

ext/threads/threads.pm

index 68bcb43..56b0c01 100755 (executable)
@@ -56,7 +56,8 @@ our $VERSION = '1.03';
 # || 0 to ensure compatibility with previous versions
 sub equal { ($_[0]->tid == $_[1]->tid) || 0 }
 
-# use "goto" trick to avoid pad problems from 5.8.1, should also be faster
+# use "goto" trick to avoid pad problems from 5.8.1 (fixed in 5.8.2)
+# should also be faster
 sub async (&;@) { unshift @_,'threads'; goto &new }
 
 sub object {