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:
07d8178
)
In makedef.pl, remove the skip for Perl_mro_meta_dup for non-ITHREADS.
author
Nicholas Clark
<nick@ccl4.org>
Thu, 21 Jul 2011 11:10:42 +0000
(13:10 +0200)
committer
Nicholas Clark
<nick@ccl4.org>
Mon, 1 Aug 2011 09:53:53 +0000
(11:53 +0200)
Perl_mro_meta_dup was removed from the public API with commit
47c9dd1447a52d20
in April 2007, and hence was never in the API for any stable
release.
makedef.pl
patch
|
blob
|
history
diff --git
a/makedef.pl
b/makedef.pl
index
4da7e61
..
7474c5a
100644
(file)
--- a/
makedef.pl
+++ b/
makedef.pl
@@
-610,7
+610,6
@@
unless ($define{'USE_ITHREADS'}) {
Perl_gp_dup
Perl_he_dup
Perl_mg_dup
- Perl_mro_meta_dup
Perl_re_dup_guts
Perl_sv_dup
Perl_sv_dup_inc