Mercurial > hg > xemacs-beta
diff src/sysfloat.h @ 442:abe6d1db359e r21-2-36
Import from CVS: tag r21-2-36
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:35:02 +0200 |
parents | 8de8e3f6228a |
children | 943eaba38521 |
line wrap: on
line diff
--- a/src/sysfloat.h Mon Aug 13 11:33:40 2007 +0200 +++ b/src/sysfloat.h Mon Aug 13 11:35:02 2007 +0200 @@ -37,8 +37,7 @@ # define _NMAXLDBL THIS_FILENAME ## _nmaxldbl # endif -#if defined(MSDOS) || (defined(LINUX) && \ - !(defined (__GLIBC__) && (__GLIBC__ >= 2))) +#if defined(LINUX) && !(defined (__GLIBC__) && (__GLIBC__ >= 2)) /* These are redefined (correctly, but differently) in values.h. */ #undef INTBITS #undef LONGBITS @@ -47,7 +46,7 @@ #include <math.h> -#ifdef WINDOWSNT +#ifdef WIN32_NATIVE /* A quirky way to obtain logb prototype */ #include <float.h> #define logb _logb