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:
David Schultz 2007-12-17 00:19:49 +00:00
parent 5a97a86c28
commit 9cb4166881
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=174693

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"