diff options
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/makedef.pl b/makedef.pl index 7da0575b7f..256eddd0b3 100644 --- a/makedef.pl +++ b/makedef.pl @@ -596,14 +596,6 @@ unless ($define{'PERL_COPY_ON_WRITE'}) { )]; } -unless ($define{'PERL_FLEXIBLE_EXCEPTIONS'}) { - skip_symbols [qw( - PL_protect - Perl_default_protect - Perl_vdefault_protect - )]; -} - unless ($define{'USE_REENTRANT_API'}) { skip_symbols [qw( PL_reentrant_buffer |