diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2026-05-01 18:07:11 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2026-05-01 18:13:33 +0000 |
| commit | 966fb94cb3575ccd39da211165d0858fd0eb0ef2 (patch) | |
| tree | 9154ca199300cb745949e4dfd571382258b7bef0 /sys/x86/include | |
| parent | daeab702f9adbbb718ecf48e17de8dd619cfe7b8 (diff) | |
Diffstat (limited to 'sys/x86/include')
| -rw-r--r-- | sys/x86/include/_stdint.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/x86/include/_stdint.h b/sys/x86/include/_stdint.h index 2dea911b5c88..4c65b0f095ea 100644 --- a/sys/x86/include/_stdint.h +++ b/sys/x86/include/_stdint.h @@ -40,8 +40,6 @@ #ifndef _MACHINE__STDINT_H_ #define _MACHINE__STDINT_H_ -#if !defined(__cplusplus) || defined(__STDC_CONSTANT_MACROS) - #define INT8_C(c) (c) #define INT16_C(c) (c) #define INT32_C(c) (c) @@ -61,10 +59,6 @@ #define INTMAX_C(c) INT64_C(c) #define UINTMAX_C(c) UINT64_C(c) -#endif /* !defined(__cplusplus) || defined(__STDC_CONSTANT_MACROS) */ - -#if !defined(__cplusplus) || defined(__STDC_LIMIT_MACROS) - /* * ISO/IEC 9899:1999 * 7.18.2.1 Limits of exact-width integer types @@ -217,6 +211,4 @@ #define WINT_WIDTH INT32_WIDTH #endif /* __ISO_C_VISIBLE >= 2023 */ -#endif /* !defined(__cplusplus) || defined(__STDC_LIMIT_MACROS) */ - #endif /* !_MACHINE__STDINT_H_ */ |
