Mercurial > hg > xemacs-beta
diff src/sysfloat.h @ 288:e11d67e05968 r21-0b42
Import from CVS: tag r21-0b42
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:35:54 +0200 |
parents | 41ff10fd062f |
children | 74fd4e045ea6 |
line wrap: on
line diff
--- a/src/sysfloat.h Mon Aug 13 10:35:07 2007 +0200 +++ b/src/sysfloat.h Mon Aug 13 10:35:54 2007 +0200 @@ -44,6 +44,12 @@ #include <math.h> +#ifdef WINDOWSNT +/* A quirky way to obtain logb prototype */ +#include <float.h> +#define logb _logb +#endif + #ifdef HAVE_MATHERR /* Work around symbol conflict on Linux/glibc */ #ifndef DOMAIN