X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fstdint.h;h=7ca9d76bcf92f72d2694a9e49d49ec830a7d9b66;hp=540066780166d7a4435ebdebf46d97e707925409;hb=2242bf616b893e85886ed0a2348b96bf1cf7623e;hpb=224c7a376acbc2feda12169b806e9845c828595e 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