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:
das 2007-12-17 00:19:49 +00:00
parent 3b586d8c22
commit a1995f0037

View File

@ -169,6 +169,9 @@ THIS SOFTWARE.
#ifndef GDTOAIMP_H_INCLUDED
#define GDTOAIMP_H_INCLUDED
#define Long int
#include "gdtoa.h"
#include "gd_qnan.h"