On platforms where long is 64 bits, make sure gdtoa doesn't use a
long when it really wants an int.
This commit is contained in:
parent
3b586d8c22
commit
a1995f0037
@ -169,6 +169,9 @@ THIS SOFTWARE.
|
||||
|
||||
#ifndef GDTOAIMP_H_INCLUDED
|
||||
#define GDTOAIMP_H_INCLUDED
|
||||
|
||||
#define Long int
|
||||
|
||||
#include "gdtoa.h"
|
||||
#include "gd_qnan.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user