diff options
| author | Vibhav Pant | 2020-08-21 14:04:35 +0530 |
|---|---|---|
| committer | Vibhav Pant | 2020-08-21 14:04:35 +0530 |
| commit | f0f8d7b82492e741950c363a03b886965c91b1b0 (patch) | |
| tree | 19b716830b1ebabc0d7d75949c4e6800c0f104ad /lib/intprops.h | |
| parent | 9e64a087c4d167e7ec1c4e22bea3e6af53b563de (diff) | |
| parent | c818c29771d3cb51875643b2f6c894073e429dd2 (diff) | |
| download | emacs-feature/native-comp-macos-fixes.tar.gz emacs-feature/native-comp-macos-fixes.zip | |
Merge branch 'feature/native-comp' into feature/native-comp-macos-fixesfeature/native-comp-macos-fixes
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 |