diff options
author | Karl Berry <karl@freefriends.org> | 2020-08-10 08:16:37 -0700 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-08-10 08:16:37 -0700 |
commit | fe72b29c285a2c3c481a5d96cad2f2a87388b8f5 (patch) | |
tree | 0e438cd40de25e39eed54c217a64a3f82ed32908 /lib/intprops.h | |
parent | 7fac3d3da0c24cd1e9cb344c622728c1a114788d (diff) | |
download | gnulib-fe72b29c285a2c3c481a5d96cad2f2a87388b8f5.tar.gz |
autoupdate
Diffstat (limited to 'lib/intprops.h')
-rw-r--r-- | lib/intprops.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/intprops.h b/lib/intprops.h index 2ab1b6ff6a..6de65b067d 100644 --- a/lib/intprops.h +++ b/lib/intprops.h @@ -86,7 +86,6 @@ /* Does the __typeof__ keyword work? This could be done by 'configure', but for now it's easier to do it by hand. */ #if (2 <= __GNUC__ \ - || (4 <= __clang_major__) \ || (1210 <= __IBMC__ && defined __IBM__TYPEOF__) \ || (0x5110 <= __SUNPRO_C && !__STDC__)) # define _GL_HAVE___TYPEOF__ 1 @@ -240,7 +239,7 @@ #endif /* True if __builtin_add_overflow_p (A, B, C) works, and similarly for - __builtin_sub_overflow_p and __builtin_mul_overflow_p. */ + __builtin_mul_overflow_p and __builtin_mul_overflow_p. */ #define _GL_HAS_BUILTIN_OVERFLOW_P (7 <= __GNUC__) /* The _GL*_OVERFLOW macros have the same restrictions as the |