From: Paul Eggert Date: Wed, 28 Jul 2004 06:59:27 +0000 (+0000) Subject: In src/printf.c, declare strtoimax and strtoumax if not already declared. X-Git-Tag: COREUTILS-5_3_0~1057 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=02b3090917ed6c91b8c6931a5988b4540c4d3cd8;p=platform%2Fupstream%2Fcoreutils.git In src/printf.c, declare strtoimax and strtoumax if not already declared. --- diff --git a/ChangeLog b/ChangeLog index 0cfc227..ed45960 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2004-07-27 Paul Eggert + * src/printf.c (strtiomax, strtoumax): Declare if not already + declared: this fixes a portability bug with Solaris 8 + GCC. + (STRTOX): Parenthesize use of macro arg as expression. + (vstrtoimax, vstrtoumax, vstrtold): Remove now-unnecessary + parentheses. + * configure.ac: Check for declaration of strtoumax, for + src/printf.c. + * src/Makefile.am (cp_LDADD, ginstall_LDADD, mv_LDADD, pathchk_LDADD, rm_LDADD, test_LDADD): New vars, for eaccess.