]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Test __USE_ISOC9X not __USE_ISOC99.
authorUlrich Drepper <drepper@redhat.com>
Sun, 2 Jan 2000 18:13:34 +0000 (18:13 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 2 Jan 2000 18:13:34 +0000 (18:13 +0000)
sysdeps/generic/bits/mathdef.h

index 0c30b01f522c272f659295d6599fd66c7304c9ed..c5fe7d7e867489e0ed269c954df2b932e2c88399 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
 
 /* Normally, there is no long double type and the `float' and `double'
@@ -44,7 +44,7 @@ typedef double double_t;      /* `double' expressions are evaluated as
 /* Number of decimal digits for the `double' type.  */
 # define DECIMAL_DIG   15
 
-#endif /* ISO C99 */
+#endif /* ISO C9X */
 
 #ifndef __NO_LONG_DOUBLE_MATH
 /* Signal that we do not really have a `long double'.  The disables the