aboutsummaryrefslogtreecommitdiffstats
path: root/m4/stdint.m4
diff options
context:
space:
mode:
authorPaul Eggert2024-12-23 13:55:59 -0800
committerPaul Eggert2024-12-26 16:29:02 -0800
commitcf5e58a14dedabd65dee297ee2a2abb05cd4449d (patch)
tree0774997184ada06fafff9e9a0033215d3eb725b4 /m4/stdint.m4
parent85ca91ff912da7c3a672e4bfe6ce103a23ddec73 (diff)
downloademacs-cf5e58a14dedabd65dee297ee2a2abb05cd4449d.tar.gz
emacs-cf5e58a14dedabd65dee297ee2a2abb05cd4449d.zip
Update from Gnulib by running admin/merge-gnulib
Diffstat (limited to 'm4/stdint.m4')
-rw-r--r--m4/stdint.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/stdint.m4 b/m4/stdint.m4
index 0a078e64d58..1f3062a8900 100644
--- a/m4/stdint.m4
+++ b/m4/stdint.m4
@@ -1,5 +1,5 @@
1# stdint.m4 1# stdint.m4
2# serial 63 2# serial 64
3dnl Copyright (C) 2001-2024 Free Software Foundation, Inc. 3dnl Copyright (C) 2001-2024 Free Software Foundation, Inc.
4dnl This file is free software; the Free Software Foundation 4dnl This file is free software; the Free Software Foundation
5dnl gives unlimited permission to copy and/or distribute it, 5dnl gives unlimited permission to copy and/or distribute it,
@@ -158,7 +158,7 @@ uintmax_t j = UINTMAX_MAX;
158 || defined __clang__) 158 || defined __clang__)
159int k = _Generic (SIZE_MAX, size_t: 0); 159int k = _Generic (SIZE_MAX, size_t: 0);
160#elif (2 <= __GNUC__ || 4 <= __clang_major__ || defined __IBM__TYPEOF__ \ 160#elif (2 <= __GNUC__ || 4 <= __clang_major__ || defined __IBM__TYPEOF__ \
161 || (0x5110 <= __SUNPRO_C && !__STDC__)) 161 || (0x5110 <= __SUNPRO_C && !__STDC__) || 1939 <= _MSC_VER)
162extern size_t k; 162extern size_t k;
163extern __typeof__ (SIZE_MAX) k; 163extern __typeof__ (SIZE_MAX) k;
164#endif 164#endif