From: Jarkko Hietaniemi Date: Thu, 2 Mar 2000 04:51:46 +0000 (+0000) Subject: A patch on #5407. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7a7a2329e56e49205110afe74d3557ea40319556;p=p5sagit%2Fp5-mst-13.2.git A patch on #5407. p4raw-id: //depot/cfgperl@5437 --- diff --git a/sv.c b/sv.c index 2aa08c0..2312eb0 100644 --- a/sv.c +++ b/sv.c @@ -6230,7 +6230,7 @@ Perl_sv_vcatpvfn(pTHX_ SV *sv, const char *pat, STRLEN patlen, va_list *args, SV *--eptr = c; #ifdef USE_LONG_DOUBLE { - char const my_prifldbl[] = PERL_PRIfldbl; + static char const my_prifldbl[] = PERL_PRIfldbl; char const *p = my_prifldbl + sizeof my_prifldbl - 3; while (p >= my_prifldbl) { *--eptr = *p--; } }