From a1995f00371f5d55165bf33c0d749fd75809a1ba Mon Sep 17 00:00:00 2001 From: das Date: Mon, 17 Dec 2007 00:19:49 +0000 Subject: On platforms where long is 64 bits, make sure gdtoa doesn't use a long when it really wants an int. --- contrib/gdtoa/gdtoaimp.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'contrib/gdtoa') diff --git a/contrib/gdtoa/gdtoaimp.h b/contrib/gdtoa/gdtoaimp.h index d11a6f5..0790b5e 100644 --- a/contrib/gdtoa/gdtoaimp.h +++ b/contrib/gdtoa/gdtoaimp.h @@ -169,6 +169,9 @@ THIS SOFTWARE. #ifndef GDTOAIMP_H_INCLUDED #define GDTOAIMP_H_INCLUDED + +#define Long int + #include "gdtoa.h" #include "gd_qnan.h" -- cgit v1.1