aboutsummaryrefslogtreecommitdiff
path: root/contrib/gdtoa/arithchk.c
diff options
context:
space:
mode:
authorDavid Schultz <das@FreeBSD.org>2007-01-03 04:58:54 +0000
committerDavid Schultz <das@FreeBSD.org>2007-01-03 04:58:54 +0000
commitc88250a57d53dba5de2e77508383019ff63e88b6 (patch)
tree5f657cd7247cc76d6a32a0ea1f51ec09f8b25661 /contrib/gdtoa/arithchk.c
parent19927830ac81be23193cf865356face1794ef07e (diff)
downloadsrc-c88250a57d53dba5de2e77508383019ff63e88b6.tar.gz
src-c88250a57d53dba5de2e77508383019ff63e88b6.zip
Import of the latest gdtoa sources, which include fixes for minorvendor/gdtoa/20050923
problems relating to NaNs and rounding.
Notes
Notes: svn path=/vendor/gdtoa/dist/; revision=165743 svn path=/vendor/gdtoa/20050923/; revision=165745; tag=vendor/gdtoa/20050923
Diffstat (limited to 'contrib/gdtoa/arithchk.c')
-rw-r--r--contrib/gdtoa/arithchk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/gdtoa/arithchk.c b/contrib/gdtoa/arithchk.c
index 59eaad75d27f..3211aeda42ce 100644
--- a/contrib/gdtoa/arithchk.c
+++ b/contrib/gdtoa/arithchk.c
@@ -136,6 +136,7 @@ fzcheck()
return b == 0.;
}
+ int
main()
{
Akind *a = 0;