diff options
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/makedef.pl b/makedef.pl index 8b972a4c67..c88bee8b0b 100644 --- a/makedef.pl +++ b/makedef.pl @@ -522,6 +522,11 @@ unless ($define{USE_LOCALE_NUMERIC}) { ); } +unless ($define{'USE_C_BACKTRACE'}) { + ++$skip{Perl_get_c_backtrace_dump}; + ++$skip{Perl_dump_c_backtrace}; +} + unless ($define{HAVE_INTERP_INTERN}) { ++$skip{$_} foreach qw( Perl_sys_intern_clear |