musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat
-rw-r--r--include/stdint.h 4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/stdint.h b/include/stdint.h
index 54006678..7ca9d76b 100644
--- a/include/stdint.h
+++ b/include/stdint.h
@@ -90,8 +90,8 @@ typedef unsigned long long uintmax_t;
#define INT32_C(c) c
#define INT64_C(c) c ## LL
-#define UINT8_C(c) c ## U
-#define UINT16_C(c) c ## U
+#define UINT8_C(c) c
+#define UINT16_C(c) c
#define UINT32_C(c) c ## U
#define UINT64_C(c) c ## ULL
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月25日 00:40:03 +0000

AltStyle によって変換されたページ (->オリジナル) /