summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-02-20 23:49:17 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-02-20 23:49:17 +0000
commit7c12830045ccc861ed92463c8b0f544c90c832ef (patch)
tree80a5b7f60d0286da9ce4a06c0de95e9c8be05ac3
parente476b1b5c29f354cf8dad61a9fc6d855bdfb5b7d (diff)
downloadperl-7c12830045ccc861ed92463c8b0f544c90c832ef.tar.gz
skip conditionally defined symbols in change#5162
p4raw-link: @5162 on //depot/perl: 14dd3ad8c9bf82cf09798a22cc89a9862dfd6d1a p4raw-id: //depot/perl@5171
-rw-r--r--makedef.pl8
1 files changed, 8 insertions, 0 deletions
diff --git a/makedef.pl b/makedef.pl
index 0d7707695c..e3b6fd638f 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