aboutsummaryrefslogtreecommitdiff
path: root/gdtoa.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdtoa.h')
-rw-r--r--gdtoa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdtoa.h b/gdtoa.h
index e59ebf65d086..f004ec32746b 100644
--- a/gdtoa.h
+++ b/gdtoa.h
@@ -36,7 +36,7 @@ THIS SOFTWARE.
#include <stddef.h> /* for size_t */
#ifndef Long
-#define Long long
+#define Long int
#endif
#ifndef ULong
typedef unsigned Long ULong;