From 04841684cec716bc055e140c691a3178930437a7 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Sun, 30 Jun 2019 23:13:53 -0700 Subject: configure: Undefine __SIZEOF_INT128__ We don't yet support __int128. --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') 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)=", -- cgit v1.2.3