From: Nicholas Clark Date: Wed, 13 Jul 2011 20:39:15 +0000 (+0200) Subject: Only add Perl_pad_setsv to the list of symbols if -DDEBUGGING is true. X-Git-Tag: accepted/trunk/20130322.191538~3313 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b65222daf37ead86c871b004cd5478701ba44b64;p=platform%2Fupstream%2Fperl.git Only add Perl_pad_setsv to the list of symbols if -DDEBUGGING is true. This is needed on Win32 since cc76b5cc1552a605, which make Perl_pad_setsv part of the public API, and thereby exported for the first time. --- diff --git a/makedef.pl b/makedef.pl index 4e9dfb2..21b37f5 100644 --- a/makedef.pl +++ b/makedef.pl @@ -706,6 +706,7 @@ unless ($define{'DEBUGGING'}) { Perl_debstack Perl_debstackptrs Perl_pad_sv + Perl_pad_setsv Perl_hv_assert PL_block_type PL_watchaddr