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 /util.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 'util.c')
-rw-r--r-- | util.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1362,7 +1362,7 @@ S_vdie_croak_common(pTHX_ const char* pat, va_list* args, STRLEN* msglen, return message; } -OP * +static OP * S_vdie(pTHX_ const char* pat, va_list *args) { dVAR; |