In makedef.pl, remove the skip for PL_curthr for FAKE_THREADS.
authorNicholas Clark <nick@ccl4.org>
Wed, 20 Jul 2011 20:13:37 +0000 (22:13 +0200)
committerNicholas Clark <nick@ccl4.org>
Mon, 1 Aug 2011 09:53:52 +0000 (11:53 +0200)
PL_curthr was removed along with the rest of the 5.005 thread implementation
in 2002.

makedef.pl

index 5190bbe..f49727d 100644 (file)
@@ -675,10 +675,6 @@ unless ($define{'PERL_IMPLICIT_SYS'}) {
                    )];
 }
 
-unless ($define{'FAKE_THREADS'}) {
-    skip_symbols [qw(PL_curthr)];
-}
-
 unless ($define{'PL_OP_SLAB_ALLOC'}) {
     skip_symbols [qw(
                      PL_OpPtr