]> git.ipfire.org Git - thirdparty/coreutils.git/commit
numfmt: increase precision on 32 bit FreeBSD
authorPádraig Brady <P@draigBrady.com>
Tue, 30 Jun 2015 23:10:23 +0000 (00:10 +0100)
committerPádraig Brady <P@draigBrady.com>
Wed, 1 Jul 2015 11:29:59 +0000 (12:29 +0100)
commit81c7fc4081df7cb59b55c5fde486687afd0c87d7
treee6b010d117714b355e60e9eb1425c2558aef6568
parent491f54fb5a9d52b5f42f4a946094f7919da2966f
numfmt: increase precision on 32 bit FreeBSD

* m4/jm-macros.m4 (HAVE_FPSETPREC): Define if needed.
* src/numfmt.c (main): Call fpsetprec() if needed.
Fixes large-15 and large-16 test failures on 32 bit FreeBSD.
m4/jm-macros.m4
src/numfmt.c