diff options
Diffstat (limited to 'math/bits')
-rw-r--r-- | math/bits/cmathcalls.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/bits/cmathcalls.h b/math/bits/cmathcalls.h index ca0dfe1b9c..f063042b09 100644 --- a/math/bits/cmathcalls.h +++ b/math/bits/cmathcalls.h @@ -1,6 +1,6 @@ /* Prototype declarations for complex math functions; helper file for <complex.h>. - Copyright (C) 1997 Free Software Foundation, Inc. + Copyright (C) 1997, 1998 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -45,7 +45,7 @@ #error "Never use <bits/cmathcalls.h> directly; include <complex.h> instead." #endif -#define _Mdouble_complex_ _Mdouble_ complex +#define _Mdouble_complex_ _Mdouble_ _Complex /* Trigonometric functions. */ |