From: Ulrich Drepper Date: Sun, 2 Jan 2000 18:13:34 +0000 (+0000) Subject: Test __USE_ISOC9X not __USE_ISOC99. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=80a098f04278ae64c89877b0aebaf3b9dbabc2ee;p=thirdparty%2Fglibc.git Test __USE_ISOC9X not __USE_ISOC99. --- diff --git a/sysdeps/generic/bits/mathdef.h b/sysdeps/generic/bits/mathdef.h index 0c30b01f522..c5fe7d7e867 100644 --- a/sysdeps/generic/bits/mathdef.h +++ b/sysdeps/generic/bits/mathdef.h @@ -20,7 +20,7 @@ # error "Never use directly; include 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