]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix typo (__USE_ISOC99 -> __USE_ISOC9X).
authorUlrich Drepper <drepper@redhat.com>
Sun, 19 Dec 1999 01:10:27 +0000 (01:10 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 19 Dec 1999 01:10:27 +0000 (01:10 +0000)
sysdeps/alpha/fpu/bits/mathdef.h
sysdeps/i386/fpu/bits/mathdef.h
sysdeps/m68k/fpu/bits/mathdef.h
sysdeps/powerpc/bits/mathdef.h

index 30f93dda1c47eaa2181133994549614b5ae5346a..abae3bcb363d3f280c386775bb78541d7156f5bd 100644 (file)
@@ -23,7 +23,7 @@
 /* FIXME! This file describes properties of the compiler, not the machine;
    it should not be part of libc!  */
 
-#if defined __USE_ISOC99 && defined _MATH_H && !defined _MATH_H_MATHDEF
+#if defined __USE_ISOC9X && defined _MATH_H && !defined _MATH_H_MATHDEF
 # define _MATH_H_MATHDEF       1
 
 # ifdef __GNUC__
index 9436877a77ea37c7389143e961a4eae68aa09e23..58b116e8d9ca39d1432ead50008af80d66f0fce7 100644 (file)
@@ -20,7 +20,7 @@
 # error "Never use <bits/mathdef.h> directly; include <math.h> instead"
 #endif
 
-#if defined __USE_ISOC99 && defined _MATH_H && !defined _MATH_H_MATHDEF
+#if defined __USE_ISOC9X && defined _MATH_H && !defined _MATH_H_MATHDEF
 # define _MATH_H_MATHDEF       1
 
 /* The ix87 FPUs evaluate all values in the 80 bit floating-point format
index c80dad3fe1dcc25fbbe6b47e64cce16503773328..a933ac44599006a994ccf4b5041349ff095dc68b 100644 (file)
@@ -20,7 +20,7 @@
 # error "Never use <bits/mathdef.h> directly; include <math.h> instead"
 #endif
 
-#if defined __USE_ISOC99 && defined _MATH_H && !defined _MATH_H_MATHDEF
+#if defined __USE_ISOC9X && defined _MATH_H && !defined _MATH_H_MATHDEF
 # define _MATH_H_MATHDEF       1
 
 /* The m68k FPUs evaluate all values in the 96 bit floating-point format
index 577a59684382bad86dbc92a0c6da11e96b48df48..674b0d126af47e1fcc97602b40bd6bc20e54a622 100644 (file)
@@ -27,7 +27,7 @@
    FIXME! This file does not deal with the -fshort-double option of
    gcc! */
 
-#if defined __USE_ISOC99 && defined _MATH_H && !defined _MATH_H_MATHDEF
+#if defined __USE_ISOC9X && defined _MATH_H && !defined _MATH_H_MATHDEF
 # define _MATH_H_MATHDEF       1
 
 # ifdef __GNUC__