Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 10/26/2003 00:02:02
Module Name:	src
Committed By:	kleink
Date:		Sun Oct 26 00:02:02 UTC 2003

Modified Files:
	src/include: math.h
	src/sys/arch/vax/include: math.h

Log Message:
C99 7.12#4: provide INFINITY, which defaults to HUGE_VALF.
If infinities are not available, the machine-dependent header must define
__INFINITY as a positive constant of type float that overflows.


To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 src/include/math.h
cvs rdiff -r1.1 -r1.2 src/sys/arch/vax/include/math.h

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