projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cea2a2
)
In makedef.pl, remove the skip for PL_curthr for FAKE_THREADS.
author
Nicholas Clark
<nick@ccl4.org>
Wed, 20 Jul 2011 20:13:37 +0000
(22:13 +0200)
committer
Nicholas 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
patch
|
blob
|
history
diff --git
a/makedef.pl
b/makedef.pl
index
5190bbe
..
f49727d
100644
(file)
--- 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