am dfe6eda5
: Merge "libc: <stdint.h>: fix typo in INTMAX_C()/UINTMAX_C() definition"
* commit 'dfe6eda57e1e463427f941d5d71f8ccb5297d6d2': libc: <stdint.h>: fix typo in INTMAX_C()/UINTMAX_C() definition
This commit is contained in:
commit
0d6bbc7af0
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ typedef int64_t intmax_t;
|
|||
# define UINTMAX_MAX UINT64_MAX
|
||||
#endif
|
||||
|
||||
#ifndef __STDINT_MACROS
|
||||
#ifdef __STDINT_MACROS
|
||||
# define INTMAX_C(c) INT64_C(c)
|
||||
# define UINTMAX_C(c) UINT64_C(c)
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue