diff options
Diffstat (limited to 'src/xcms/cmsMath.c')
-rw-r--r-- | src/xcms/cmsMath.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/xcms/cmsMath.c b/src/xcms/cmsMath.c index fd09cec..ce8f749 100644 --- a/src/xcms/cmsMath.c +++ b/src/xcms/cmsMath.c @@ -25,6 +25,7 @@ used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from The Open Group. */ +/* $XFree86: xc/lib/X11/cmsMath.c,v 3.5 2001/12/14 19:54:10 dawes Exp $ */ /* * Stephen Gildea, MIT X Consortium, January 1991 @@ -33,9 +34,7 @@ in this Software without prior written authorization from The Open Group. #include "Xlibint.h" #include "Xcmsint.h" -#if !defined(X_NOT_STDC_ENV) && (defined(__STDC__) || !(defined(sun) || (defined(sony) && !defined(SYSTYPE_SYSV) && !defined(_SYSTYPE_SYSV)))) #include <float.h> -#endif #ifndef DBL_EPSILON #define DBL_EPSILON 1e-6 #endif |