]> git.saurik.com Git - apple/libc.git/blobdiff - gdtoa/FreeBSD/gdtoa-strtof.c
Libc-997.1.1.tar.gz
[apple/libc.git] / gdtoa / FreeBSD / gdtoa-strtof.c
index fc29f597be0bc3b906f2cee8f80dd02161d3631a..1f84d7d915c3face7b56f6fc0f57bfabfc8fcb87 100644 (file)
@@ -40,7 +40,7 @@ strtof_l(s, sp, loc) CONST char *s; char **sp; locale_t loc;
 strtof_l(CONST char *s, char **sp, locale_t loc)
 #endif
 {
-       static FPI fpi0 = { 24, 1-127-24+1,  254-127-24+1, 1, SI };
+       static CONST FPI fpi0 = { 24, 1-127-24+1,  254-127-24+1, 1, SI };
        ULong bits[1];
        Long exp;
        int k;