* mingwex/math/cephes_emath.h (__etens): Remove declaration.
This commit is contained in:
parent
1b0314715b
commit
e4cb4efab3
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
;
|
||||
|
|
Loading…
Reference in New Issue