Subject: PR/25520 CVS commit: src/include
To: None <standards-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Matthias Drochner <drochner@netbsd.org>
List: netbsd-bugs
Date: 02/06/2007 17:30:02
The following reply was made to PR standards/25520; it has been noted by GNATS.

From: Matthias Drochner <drochner@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/25520 CVS commit: src/include
Date: Tue,  6 Feb 2007 17:29:37 +0000 (UTC)

 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.