diff options
author | Karl Williamson <khw@cpan.org> | 2016-11-11 16:03:07 +0100 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2016-11-11 16:15:43 +0100 |
commit | 4cbaac5694a600478ba162129c6b3c038ab4b035 (patch) | |
tree | e7d1089842683139e45650101802b44f83469eae /locale.c | |
parent | edf1328fc150ae2e505093d38edebf657a33c5fd (diff) | |
download | perl-4cbaac5694a600478ba162129c6b3c038ab4b035.tar.gz |
locale.c: Add missing STATIC
Diffstat (limited to 'locale.c')
-rw-r--r-- | locale.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1931,7 +1931,7 @@ Perl__mem_collxfrm(pTHX_ const char *input_string, #ifdef DEBUGGING -void +STATIC void S_print_collxfrm_input_and_return(pTHX_ const char * const s, const char * const e, |