diff options
Diffstat (limited to 'lib/intprops.h')
| -rw-r--r-- | lib/intprops.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/intprops.h b/lib/intprops.h index 220f532e499..f2f70b3e733 100644 --- a/lib/intprops.h +++ b/lib/intprops.h | |||
| @@ -396,7 +396,7 @@ | |||
| 396 | For now, assume all versions of GCC-like compilers generate bogus | 396 | For now, assume all versions of GCC-like compilers generate bogus |
| 397 | warnings for _Generic. This matters only for compilers that | 397 | warnings for _Generic. This matters only for compilers that |
| 398 | lack relevant builtins. */ | 398 | lack relevant builtins. */ |
| 399 | #if __GNUC__ | 399 | #if __GNUC__ || defined __clang__ |
| 400 | # define _GL__GENERIC_BOGUS 1 | 400 | # define _GL__GENERIC_BOGUS 1 |
| 401 | #else | 401 | #else |
| 402 | # define _GL__GENERIC_BOGUS 0 | 402 | # define _GL__GENERIC_BOGUS 0 |