summaryrefslogtreecommitdiff
path: root/src/factor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/factor.c')
-rw-r--r--src/factor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/factor.c b/src/factor.c
index 84392621f..6d1d17a4b 100644
--- a/src/factor.c
+++ b/src/factor.c
@@ -147,7 +147,7 @@ typedef unsigned int UDItype __attribute__ ((mode (DI)));
typedef unsigned char UQItype;
typedef long SItype;
typedef unsigned long int USItype;
-# if HAVE_LONG_LONG
+# if HAVE_LONG_LONG_INT
typedef long long int DItype;
typedef unsigned long long int UDItype;
# else /* Assume `long' gives us a wide enough type. Needed for hppa2.0w. */