X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=numeric.c;h=6232f8e74c45d5d9185ca339eb7a608f8ab62285;hb=3a427a117ca05296a5c3d5d88415dc040792253b;hp=7a60ce79a9cc1c88d9418f5a96d2b6d9973fd6c8;hpb=55954f198635e48806cb76596014125260048264;p=p5sagit%2Fp5-mst-13.2.git diff --git a/numeric.c b/numeric.c index 7a60ce7..6232f8e 100644 --- a/numeric.c +++ b/numeric.c @@ -1,6 +1,7 @@ /* numeric.c * - * Copyright (c) 2001-2002, Larry Wall + * Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, + * 2000, 2001, 2002, 2003, by Larry Wall and others * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. @@ -717,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;