]> git.saurik.com Git - apple/libc.git/blobdiff - gdtoa/FreeBSD/gdtoa-gethex.c
Libc-1272.200.26.tar.gz
[apple/libc.git] / gdtoa / FreeBSD / gdtoa-gethex.c
index 855726a531c17afa34a8b87ff5951a15658a5fcb..fd0775c2a298c9a76fc39b62dcbdadc1c0295ae8 100644 (file)
@@ -42,9 +42,9 @@ THIS SOFTWARE.
  int
 #ifdef KR_headers
 gethex(sp, fpi, exp, bp, sign, loc)
-       CONST char **sp; FPI *fpi; Long *exp; Bigint **bp; int sign; locale_t loc;
+       CONST char **sp; CONST FPI *fpi; Long *exp; Bigint **bp; int sign; locale_t loc;
 #else
-gethex( CONST char **sp, FPI *fpi, Long *exp, Bigint **bp, int sign, locale_t loc)
+gethex( CONST char **sp, CONST FPI *fpi, Long *exp, Bigint **bp, int sign, locale_t loc)
 #endif
 {
        Bigint *b;