mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-28 07:18:30 +00:00
Get GNU MPFR and MPC tests to pass
This change fixes more issues with our scanf() function.
This commit is contained in:
parent
63a1636e1f
commit
6ef2a471e4
37 changed files with 389 additions and 865 deletions
|
@ -30,12 +30,4 @@
|
|||
#define UINTMAX_C(c) c##ULL
|
||||
#endif
|
||||
|
||||
#if __SIZEOF_INTMAX__ == 16
|
||||
#define INT128_C(c) ((intmax_t)(c))
|
||||
#define UINT128_C(c) ((uintmax_t)(c))
|
||||
#elif __SIZEOF_INTMAX__ == 8
|
||||
#define INT128_C(c) __INT64_C(c)
|
||||
#define UINT128_C(c) __UINT64_C(c)
|
||||
#endif
|
||||
|
||||
#endif /* COSMOPOLITAN_LIBC_LITERAL_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue