aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-06-30 23:13:53 -0700
committerMichael Forney <mforney@mforney.org>2019-06-30 23:13:53 -0700
commit04841684cec716bc055e140c691a3178930437a7 (patch)
treed5a59eaf7658918648464306850fa5dc3dc4d75e /configure
parent0741a9b99ee72481e11272081343cc655a3a856f (diff)
configure: Undefine __SIZEOF_INT128__
We don't yet support __int128.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 39f0c0a..e93657c 100755
--- a/configure
+++ b/configure
@@ -138,6 +138,7 @@ static char *preprocesscmd[] = {
"-D", "__STDC_NO_ATOMICS__",
"-D", "__STDC_NO_COMPLEX__",
"-D", "__STDC_NO_VLA__",
+ "-U", "__SIZEOF_INT128__",
/* ignore attributes and extension markers */
"-D", "__attribute__(x)=",