projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7119fd3
)
Excluding pad funcs when not debugging
Andy Lester [Wed, 7 Dec 2005 21:58:05 +0000 (15:58 -0600)]
Message-ID: <
20051208035805
.GA23007@petdance.com>
p4raw-id: //depot/perl@26316
pad.c
patch
|
blob
|
blame
|
history
diff --git
a/pad.c
b/pad.c
index
df1b8f4
..
a98d6ef
100644
(file)
--- 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)
{