aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdbit.in.h
diff options
context:
space:
mode:
authorPaul Eggert2024-12-23 13:55:59 -0800
committerPaul Eggert2024-12-26 16:29:02 -0800
commitcf5e58a14dedabd65dee297ee2a2abb05cd4449d (patch)
tree0774997184ada06fafff9e9a0033215d3eb725b4 /lib/stdbit.in.h
parent85ca91ff912da7c3a672e4bfe6ce103a23ddec73 (diff)
downloademacs-cf5e58a14dedabd65dee297ee2a2abb05cd4449d.tar.gz
emacs-cf5e58a14dedabd65dee297ee2a2abb05cd4449d.zip
Update from Gnulib by running admin/merge-gnulib
Diffstat (limited to 'lib/stdbit.in.h')
-rw-r--r--lib/stdbit.in.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/stdbit.in.h b/lib/stdbit.in.h
index 20b9f4f4662..91d237d7ad0 100644
--- a/lib/stdbit.in.h
+++ b/lib/stdbit.in.h
@@ -77,7 +77,8 @@ _GL_INLINE_HEADER_BEGIN
77#if ((defined __GNUC__ && 2 <= __GNUC__) \ 77#if ((defined __GNUC__ && 2 <= __GNUC__) \
78 || (defined __clang_major__ && 4 <= __clang_major__) \ 78 || (defined __clang_major__ && 4 <= __clang_major__) \
79 || (defined __IBMC__ && 1210 <= __IBMC__ && defined __IBM__TYPEOF__) \ 79 || (defined __IBMC__ && 1210 <= __IBMC__ && defined __IBM__TYPEOF__) \
80 || (defined __SUNPRO_C && 0x5110 <= __SUNPRO_C && !__STDC__)) 80 || (defined __SUNPRO_C && 0x5110 <= __SUNPRO_C && !__STDC__) \
81 || (defined _MSC_VER && 1939 <= _MSC_VER))
81# define _GL_STDBIT_TYPEOF_CAST(a, b) ((__typeof__ (a)) (b)) 82# define _GL_STDBIT_TYPEOF_CAST(a, b) ((__typeof__ (a)) (b))
82#elif 202311 <= __STDC_VERSION__ 83#elif 202311 <= __STDC_VERSION__
83# define _GL_STDBIT_TYPEOF_CAST(a, b) ((typeof (a)) (b)) 84# define _GL_STDBIT_TYPEOF_CAST(a, b) ((typeof (a)) (b))