diff options
Diffstat (limited to 'sysdeps/alpha/bits/mathdef.h')
-rw-r--r-- | sysdeps/alpha/bits/mathdef.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/alpha/bits/mathdef.h b/sysdeps/alpha/bits/mathdef.h index 021563f211..e56f3e5212 100644 --- a/sysdeps/alpha/bits/mathdef.h +++ b/sysdeps/alpha/bits/mathdef.h @@ -15,8 +15,8 @@ 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" +#ifndef _COMPLEX_H +# error "Never use <bits/mathdef.h> directly; include <complex.h> instead" #endif #if defined _COMPLEX_H && !defined _COMPLEX_H_MATHDEF |