diff options
Diffstat (limited to 'gl/stdint.in.h')
-rw-r--r-- | gl/stdint.in.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gl/stdint.in.h b/gl/stdint.in.h index 5ddc644..fea7483 100644 --- a/gl/stdint.in.h +++ b/gl/stdint.in.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* Copyright (C) 2001-2002, 2004-2023 Free Software Foundation, Inc. | 1 | /* Copyright (C) 2001-2002, 2004-2024 Free Software Foundation, Inc. |
2 | Written by Paul Eggert, Bruno Haible, Sam Steingold, Peter Burwood. | 2 | Written by Paul Eggert, Bruno Haible, Sam Steingold, Peter Burwood. |
3 | This file is part of gnulib. | 3 | This file is part of gnulib. |
4 | 4 | ||
@@ -306,6 +306,8 @@ typedef gl_uint_fast32_t gl_uint_fast16_t; | |||
306 | uintptr_t to avoid conflicting declarations of system functions like | 306 | uintptr_t to avoid conflicting declarations of system functions like |
307 | _findclose in <io.h>. */ | 307 | _findclose in <io.h>. */ |
308 | # if !((defined __KLIBC__ && defined _INTPTR_T_DECLARED) \ | 308 | # if !((defined __KLIBC__ && defined _INTPTR_T_DECLARED) \ |
309 | || (defined __INTPTR_WIDTH__ \ | ||
310 | && __INTPTR_WIDTH__ != (defined _WIN64 ? LLONG_WIDTH : LONG_WIDTH)) \ | ||
309 | || defined __MINGW32__) | 311 | || defined __MINGW32__) |
310 | # undef intptr_t | 312 | # undef intptr_t |
311 | # undef uintptr_t | 313 | # undef uintptr_t |