X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=lib%2Fstrtoimax.c;h=690e4d1513e98dc4bec463221feb70b0793891e8;hb=784a497c400e2ddf1095ebfc9deae1fa093a567a;hp=0f03ca174b7826ab70ac80634d648433d9a89183;hpb=f2daf2e598117632a29783b283fbe0b2ea3e5ac0;p=chaz%2Ftar diff --git a/lib/strtoimax.c b/lib/strtoimax.c index 0f03ca1..690e4d1 100644 --- a/lib/strtoimax.c +++ b/lib/strtoimax.c @@ -1,5 +1,6 @@ /* Convert string representation of a number into an intmax_t value. - Copyright 1999, 2001 Free Software Foundation, Inc. + + Copyright (C) 1999, 2001 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -65,7 +66,7 @@ long strtol PARAMS ((char const *, char **, int)); # ifndef HAVE_DECL_STRTOLL "this configure-time declaration test was not run" # endif -# if !HAVE_DECL_STRTOLL && HAVE_UNSIGNED_LONG_LONG +# if !HAVE_DECL_STRTOLL && HAVE_LONG_LONG long long strtoll PARAMS ((char const *, char **, int)); # endif #endif