mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-09 14:21:14 +03:00
Wed May 22 00:40:50 1996 David Mosberger-Tang <davidm@azstarnet.com>
* sysdeps/alpha/__math.h (cabs): Remove underscores from struct __cabs_complex member names in call to __hypot().
This commit is contained in:
@@ -46,7 +46,7 @@ extern __inline double
|
|||||||
cabs (struct __cabs_complex __z)
|
cabs (struct __cabs_complex __z)
|
||||||
{
|
{
|
||||||
extern double __hypot (double, double);
|
extern double __hypot (double, double);
|
||||||
return __hypot(__z.__x, __z.__y);
|
return __hypot(__z.x, __z.y);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user