The *right* way to make the csighandler visible.
[p5sagit/p5-mst-13.2.git] / numeric.c
index a2d57d6..6232f8e 100644 (file)
--- 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;