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:
ddfcc5d
)
In makedef.pl, remove the skip for PL_sig_sv for PERL_IMPLICIT_CONTEXT.
author
Nicholas Clark
<nick@ccl4.org>
Wed, 20 Jul 2011 20:52:55 +0000
(22:52 +0200)
committer
Nicholas Clark
<nick@ccl4.org>
Mon, 1 Aug 2011 09:53:53 +0000
(11:53 +0200)
PL_sig_sv was removed in 2010 by commit
0c4d3b5ea916cf64
.
makedef.pl
patch
|
blob
|
history
diff --git
a/makedef.pl
b/makedef.pl
index 3c1d889460f681a7d24cd75a148c1e5e3b192215..b5ce810c489bc2daf2c6ff4a4c11370b01961f2e 100644
(file)
--- a/
makedef.pl
+++ b/
makedef.pl
@@
-488,12
+488,6
@@
unless ($define{'DEBUGGING'}) {
)];
}
-if ($define{'PERL_IMPLICIT_CONTEXT'}) {
- skip_symbols [qw(
- PL_sig_sv
- )];
-}
-
if ($define{'PERL_IMPLICIT_SYS'}) {
skip_symbols [qw(
Perl_my_popen