summaryrefslogtreecommitdiffstats
path: root/libtommath
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-07-16 07:02:12 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-07-16 07:02:12 (GMT)
commit3f66aba7098ff65247975b4edddc193153ed6f1e (patch)
treedcc5195b75bf3c33e9ee00629be396e7c890a3d2 /libtommath
parent377705b8359583701491ca8e945a982029aebd0b (diff)
parent9b4bad2783cd4e6f9fefc8af4ade78391fb0d34e (diff)
downloadtcl-3f66aba7098ff65247975b4edddc193153ed6f1e.zip
tcl-3f66aba7098ff65247975b4edddc193153ed6f1e.tar.gz
tcl-3f66aba7098ff65247975b4edddc193153ed6f1e.tar.bz2
Merge 8.7
Diffstat (limited to 'libtommath')
-rw-r--r--libtommath/tommath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtommath/tommath.h b/libtommath/tommath.h
index 053bf09..5834a89 100644
--- a/libtommath/tommath.h
+++ b/libtommath/tommath.h
@@ -45,7 +45,7 @@ extern "C" {
defined(__ia64) || defined(__ia64__) || defined(__itanium__) || defined(_M_IA64) || \
defined(__LP64__) || defined(_LP64) || defined(__64BIT__)
# if !(defined(MP_64BIT) || defined(MP_32BIT) || defined(MP_16BIT) || defined(MP_8BIT))
-# if defined(__GNUC__) && !defined(__hppa)
+# if defined(__GNUC__) && defined(__SIZEOF_INT128__) && !defined(__hppa)
/* we support 128bit integers only via: __attribute__((mode(TI))) */
# define MP_64BIT
# else