From: Andy Lester Date: Wed, 7 Dec 2005 21:58:05 +0000 (-0600) Subject: Excluding pad funcs when not debugging X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fb8a983643e8a4ec3e57626fb8754442ebe19278;p=p5sagit%2Fp5-mst-13.2.git Excluding pad funcs when not debugging Message-ID: <20051208035805.GA23007@petdance.com> p4raw-id: //depot/perl@26316 --- diff --git a/pad.c b/pad.c index df1b8f4..a98d6ef 100644 --- a/pad.c +++ b/pad.c @@ -862,7 +862,8 @@ S_pad_findlex(pTHX_ const char *name, const CV* cv, U32 seq, int warn, return new_offset; } - + +#ifdef DEBUGGING /* =for apidoc pad_sv @@ -897,7 +898,6 @@ Use the macro PAD_SETSV() rather than calling this function directly. =cut */ -#ifdef DEBUGGING void Perl_pad_setsv(pTHX_ PADOFFSET po, SV* sv) {