diff options
Diffstat (limited to 'bits/mathdef.h')
-rw-r--r-- | bits/mathdef.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/bits/mathdef.h b/bits/mathdef.h index 014829790a..5e80e920b4 100644 --- a/bits/mathdef.h +++ b/bits/mathdef.h @@ -15,12 +15,6 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ -#if !defined _MATH_H && !defined _COMPLEX_H -# error "Never use <bits/mathdef.h> directly; include <math.h> instead" -#endif - -#ifndef __NO_LONG_DOUBLE_MATH -/* Signal that we do not really have a `long double'. The disables the - declaration of all the `long double' function variants. */ -# define __NO_LONG_DOUBLE_MATH 1 +#ifndef _COMPLEX_H +# error "Never use <bits/mathdef.h> directly; include <complex.h> instead" #endif |