In makedef.pl, remove the skip for PL_sig_sv for PERL_IMPLICIT_CONTEXT.
authorNicholas Clark <nick@ccl4.org>
Wed, 20 Jul 2011 20:52:55 +0000 (22:52 +0200)
committerNicholas 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

index 3c1d889..b5ce810 100644 (file)
@@ -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