diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-11-26 22:04:01 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-11-26 22:04:01 +0000 |
commit | 1f676739c0ff005ad6d6d4d3691c095800bc458c (patch) | |
tree | d40aaee6d0df484030cea427f10fd31155d6f05b /pad.c | |
parent | 0d86688dc4cee41db564627f19bab42e3d945cb6 (diff) | |
download | perl-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |