Resolve conflicting symbol in combination with libquadmath of 4.6

(This fix should be moved to 1.0 branch, too)


git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@3830 4407c894-4637-0410-b4f5-ada5f102cad1
This commit is contained in:
Kai Tietz 2010-11-30 15:31:36 +00:00
parent 8676e86d8c
commit 09562589ec

View File

@ -535,6 +535,8 @@ __hi0bits_D2A (ULong y)
#define trailz __trailz_D2A
#define ulp __ulp_D2A
#define hexdig_init_D2A __mingw_hexdig_init_D2A
extern char *dtoa_result;
extern const double bigtens[], tens[], tinytens[];
extern unsigned char hexdig[];