In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/4cbaac5694a600478ba162129c6b3c038ab4b035?hp=edf1328fc150ae2e505093d38edebf657a33c5fd>
- Log ----------------------------------------------------------------- commit 4cbaac5694a600478ba162129c6b3c038ab4b035 Author: Karl Williamson <[email protected]> Date: Fri Nov 11 16:03:07 2016 +0100 locale.c: Add missing STATIC ----------------------------------------------------------------------- Summary of changes: locale.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale.c b/locale.c index 3f07154..c721eca 100644 --- a/locale.c +++ b/locale.c @@ -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, -- Perl5 Master Repository
