OSDN Git Service

* include/math.h (sqrt): Remove inline definition.
authordannysmith <dannysmith>
Sat, 9 Nov 2002 10:44:01 +0000 (10:44 +0000)
committerdannysmith <dannysmith>
Sat, 9 Nov 2002 10:44:01 +0000 (10:44 +0000)
commitcca5ed5450d1604e45d411b6517a95882731166d
tree9b15b387f2eb2725e807ab92012fefbe3a93831e
parent041d9ec2ff3b47706639427caa965b43d5310795
* include/math.h (sqrt): Remove inline definition.
(sqrtf): Replace inline definition with prototype.
(sqrtl): Likewise.
* mingwex/math/sqrtf.c (sqrtf): Set domain error if
argument less than zero.
* mingwex/math/sqrtf.c (sqrtl): Likewise.

Correct typo in 2002-10-30 ChangeLog entry.
winsup/mingw/include/math.h
winsup/mingw/mingwex/math/sqrtf.c
winsup/mingw/mingwex/math/sqrtl.c