diff options
author | Michael Forney <mforney@mforney.org> | 2019-06-30 23:13:53 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2019-06-30 23:13:53 -0700 |
commit | 04841684cec716bc055e140c691a3178930437a7 (patch) | |
tree | d5a59eaf7658918648464306850fa5dc3dc4d75e /configure | |
parent | 0741a9b99ee72481e11272081343cc655a3a856f (diff) |
configure: Undefine __SIZEOF_INT128__
We don't yet support __int128.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)=", |