Change C++ style comment to C style
This commit is contained in:
parent
42bf8872e5
commit
74f4008382
2
stdint.h
2
stdint.h
@ -37,7 +37,7 @@ typedef __INTPTR_TYPE__ intptr_t;
|
|||||||
typedef __UINTMAX_TYPE__ uintmax_t;
|
typedef __UINTMAX_TYPE__ uintmax_t;
|
||||||
typedef __INTMAX_TYPE__ intmax_t;
|
typedef __INTMAX_TYPE__ intmax_t;
|
||||||
|
|
||||||
// Clang and GCC have different mechanisms for INT32_C and friends.
|
/* Clang and GCC have different mechanisms for INT32_C and friends. */
|
||||||
#ifdef __clang__
|
#ifdef __clang__
|
||||||
# define __LIBC_C_EXPAND_JOIN(x, suffix) x ## suffix
|
# define __LIBC_C_EXPAND_JOIN(x, suffix) x ## suffix
|
||||||
# define __LIBC_C_JOIN(x, suffix) __LIBC_C_EXPAND_JOIN(x, suffix)
|
# define __LIBC_C_JOIN(x, suffix) __LIBC_C_EXPAND_JOIN(x, suffix)
|
||||||
|
Loading…
Reference in New Issue
Block a user