diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2004-07-12 07:33:17 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2004-07-12 07:33:17 +0000 |
commit | e4cb4efab3d1a872ced907866e07c40367292e88 (patch) | |
tree | 199b5cb272252e7d39ff297278d900dc2379412c | |
parent | 1b0314715b397d6d11bf3b1eb7efdff41e5adab4 (diff) | |
download | cygnal-e4cb4efab3d1a872ced907866e07c40367292e88.tar.gz cygnal-e4cb4efab3d1a872ced907866e07c40367292e88.tar.bz2 cygnal-e4cb4efab3d1a872ced907866e07c40367292e88.zip |
* mingwex/math/cephes_emath.h (__etens): Remove declaration.
-rw-r--r-- | winsup/mingw/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/mingw/mingwex/math/cephes_emath.h | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog index 0d1039496..228a6b184 100644 --- a/winsup/mingw/ChangeLog +++ b/winsup/mingw/ChangeLog @@ -1,3 +1,7 @@ +2004-07-12 Danny Smith <dannysmith@users.sourceforge.net> + + * mingwex/math/cephes_emath.h (__etens): Remove declaration. + 2004-07-11 Danny Smith <dannysmith@users.sourceforge.net> * include/unistd.h (ftruncate): Add inline definition. diff --git a/winsup/mingw/mingwex/math/cephes_emath.h b/winsup/mingw/mingwex/math/cephes_emath.h index 78112bf18..121937a8f 100644 --- a/winsup/mingw/mingwex/math/cephes_emath.h +++ b/winsup/mingw/mingwex/math/cephes_emath.h @@ -300,8 +300,6 @@ static __inline__ void __eshdn6(register short unsigned int *x); #define NTEN 12 #define MAXP 4096 -extern const unsigned short __etens[NTEN + 1][NE]; - /* ; Clear out entire external format number. ; |