(g2-UU+5B73): Add `=decomposition@hanyo-denshi'.
[chise/xemacs-chise.git.1] / src / sysfloat.h
index 0b2bb3e..d80094a 100644 (file)
@@ -20,6 +20,9 @@ Boston, MA 02111-1307, USA.  */
 
 /* Synched up with: Not really in FSF. */
 
+#ifndef INCLUDED_sysfloat_h_
+#define INCLUDED_sysfloat_h_
+
 /* Work around a problem that happens because math.h on hpux 7
    defines two static variables--which, in Emacs, are not really static,
    because `static' is defined as nothing.  The problem is that they are
@@ -34,8 +37,7 @@ Boston, MA 02111-1307, USA.  */
 #  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
@@ -44,7 +46,7 @@ Boston, MA 02111-1307, USA.  */
 
 #include <math.h>
 
-#ifdef WINDOWSNT
+#ifdef WIN32_NATIVE
 /* A quirky way to obtain logb prototype */
 #include <float.h>
 #define logb _logb
@@ -86,3 +88,4 @@ Boston, MA 02111-1307, USA.  */
 # define isnan(x) ((x) != (x))
 #endif
 
+#endif /* INCLUDED_sysfloat_h_ */