summaryrefslogtreecommitdiff
path: root/pad.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-11-26 20:53:23 +0000
committerNicholas Clark <nick@ccl4.org>2008-11-26 20:53:23 +0000
commit82af08ae5f1a7d2e5deb69172b40d3168c149528 (patch)
tree5a591ea905f7ec5a80a9a7fd33aff08c8732f592 /pad.c
parent1f4e14d11aa03d2274b4d16575cf47b35f529bfa (diff)
downloadperl-82af08ae5f1a7d2e5deb69172b40d3168c149528.tar.gz
pad_reset() is only used in pad.c, so can be static.
Protect the prototype of S_vdie() with #if defined (PERL_IN_UTIL_C) p4raw-id: //depot/perl@34929
Diffstat (limited to 'pad.c')
-rw-r--r--pad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pad.c b/pad.c
index fa1945871e..bf85118475 100644
--- a/pad.c
+++ b/pad.c
@@ -1151,7 +1151,7 @@ Mark all the current temporaries for reuse
* We avoid doing this until we can think of a Better Way.
* GSAR 97-10-29 */
void
-Perl_pad_reset(pTHX)
+S_pad_reset(pTHX)
{
dVAR;
#ifdef USE_BROKEN_PAD_RESET