Subject: CVS commit: src/include
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 02/06/2007 17:29:37
Module Name:	src
Committed By:	drochner
Date:		Tue Feb  6 17:29:37 UTC 2007

Modified Files:
	src/include: math.h

Log Message:
add the isgreater() at al. comparision macros defined in C99 and SUSv3;
use just the primitive macros for now (identical to FreeBSD/DragonFly)
which don't use gcc internals, the rest can go in after some testing;
addresses PR standards/25520


To generate a diff of this commit:
cvs rdiff -r1.44 -r1.45 src/include/math.h

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