Subject: CVS commit: src/regress/lib/libc/convfp
To: None <source-changes@netbsd.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 06/16/2003 07:11:54
Module Name:	src
Committed By:	martin
Date:		Mon Jun 16 07:11:53 UTC 2003

Modified Files:
	src/regress/lib/libc/convfp: convfp.c

Log Message:
Testing "unsigned long" vs. "double" does only make sense if there is
enough precision in double. Make it select double, long double or skip
the test at runtime, depending on sizeof() results.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/regress/lib/libc/convfp/convfp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.