duh, don't need __attribute__ in the alpha header, it's in the toplevel

one
This commit is contained in:
Brendan Kehoe 1995-03-10 02:44:20 +00:00
parent 9d7c89bc4b
commit 8c632b258d

View File

@ -18,8 +18,6 @@ Cambridge, MA 02139, USA. */
#if defined (__GNUC__) && !defined (__NO_MATH_INLINES)
extern __inline double __copysign (double __x, double __y) __attribute__ ((__const__));
extern __inline double
__copysign (double __x, double __y)
{