From: Gurusamy Sarathy Date: Sun, 20 Feb 2000 23:49:17 +0000 (+0000) Subject: skip conditionally defined symbols in change#5162 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7c12830045ccc861ed92463c8b0f544c90c832ef;p=p5sagit%2Fp5-mst-13.2.git skip conditionally defined symbols in change#5162 p4raw-link: @5162 on //depot/perl: 14dd3ad8c9bf82cf09798a22cc89a9862dfd6d1a p4raw-id: //depot/perl@5171 --- diff --git a/makedef.pl b/makedef.pl index 0d77076..e3b6fd6 100644 --- a/makedef.pl +++ b/makedef.pl @@ -341,6 +341,14 @@ else { )]; } +unless ($define{'PERL_FLEXIBLE_EXCEPTIONS'}) { + skip_symbols [qw( + PL_protect + Perl_default_protect + Perl_vdefault_protect + )]; +} + if ($define{'MYMALLOC'}) { emit_symbols [qw( Perl_dump_mstats