This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4173aa1
)
In makedef.pl, remove the skip for PL_regdupe for not-USE_ITHREADS.
author
Nicholas Clark
<nick@ccl4.org>
Wed, 20 Jul 2011 20:29:18 +0000
(22:29 +0200)
committer
Nicholas Clark
<nick@ccl4.org>
Mon, 1 Aug 2011 09:53:52 +0000
(11:53 +0200)
PL_regdupe was removed in 2006 by commit
f9f4320a413e57e4
.
makedef.pl
patch
|
blob
|
blame
|
history
diff --git
a/makedef.pl
b/makedef.pl
index
f49727d
..
e3cf8da
100644
(file)
--- a/
makedef.pl
+++ b/
makedef.pl
@@
-609,7
+609,6
@@
unless ($define{'USE_ITHREADS'}) {
PL_hints_mutex
PL_my_ctx_mutex
PL_perlio_mutex
- PL_regdupe
Perl_clone_params_del
Perl_clone_params_new
Perl_parser_dup