X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=numeric.c;h=6232f8e74c45d5d9185ca339eb7a608f8ab62285;hb=669f94828c50674b20ed995418707226081e2671;hp=a2d57d627b3c7fba1de86011dc01db54ab2078bb;hpb=4bb101f2758f169969171dfe6b70f68a406dcc1e;p=p5sagit%2Fp5-mst-13.2.git diff --git a/numeric.c b/numeric.c index a2d57d6..6232f8e 100644 --- a/numeric.c +++ b/numeric.c @@ -718,7 +718,7 @@ Perl_grok_number(pTHX_ const char *pv, STRLEN len, UV *valuep) return 0; } -NV +STATIC NV S_mulexp10(NV value, I32 exponent) { NV result = 1.0;