diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-07-20 22:13:37 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-08-01 11:53:52 +0200 |
commit | 4173aa16ec996023a9a61dbd9d84be8e7660fd0d (patch) | |
tree | 7e17f0d87b302a4df807a43c899d225b42519ea6 /makedef.pl | |
parent | 2cea2a29b4edbbfba9bec04cb9f13035bac7da12 (diff) | |
download | perl-4173aa16ec996023a9a61dbd9d84be8e7660fd0d.tar.gz |
In makedef.pl, remove the skip for PL_curthr for FAKE_THREADS.
PL_curthr was removed along with the rest of the 5.005 thread implementation
in 2002.
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/makedef.pl b/makedef.pl index 5190bbe709..f49727d7c0 100644 --- a/makedef.pl +++ b/makedef.pl @@ -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 |