summaryrefslogtreecommitdiff
path: root/pad.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-11-26 22:04:01 +0000
committerNicholas Clark <nick@ccl4.org>2008-11-26 22:04:01 +0000
commit1f676739c0ff005ad6d6d4d3691c095800bc458c (patch)
treed40aaee6d0df484030cea427f10fd31155d6f05b /pad.c
parent0d86688dc4cee41db564627f19bab42e3d945cb6 (diff)
downloadperl-1f676739c0ff005ad6d6d4d3691c095800bc458c.tar.gz
Just s/Perl_/S_/ isn't good enough - you also need to add the C<static>
p4raw-id: //depot/perl@34934
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 715d361acd..568c8df67b 100644
--- a/pad.c
+++ b/pad.c
@@ -1150,7 +1150,7 @@ Mark all the current temporaries for reuse
* to a shared TARG. Such an alias will change randomly and unpredictably.
* We avoid doing this until we can think of a Better Way.
* GSAR 97-10-29 */
-void
+static void
S_pad_reset(pTHX)
{
dVAR;