From: Steve Hay <SteveHay@planit.com>
Date: Tue, 13 Dec 2005 08:54:45 +0000 (+0000)
Subject: Don't try to export Perl_pad_sv when it isn't defined
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5cbf7fcfd7c08a8eda4c6ba4b034b3bc9fcbb874;p=p5sagit%2Fp5-mst-13.2.git

Don't try to export Perl_pad_sv when it isn't defined

Fixes a Win32 linker error in non-DEBUGGING builds following 26316

p4raw-id: //depot/perl@26336
---

diff --git a/makedef.pl b/makedef.pl
index a0bcf7d..b98f65c 100644
--- a/makedef.pl
+++ b/makedef.pl
@@ -581,6 +581,7 @@ unless ($define{'DEBUGGING'}) {
 		    Perl_debprofdump
 		    Perl_debstack
 		    Perl_debstackptrs
+		    Perl_pad_sv
 		    Perl_sv_peek
 		    PL_block_type
 		    PL_watchaddr