mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-14 23:09:16 +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
4
third_party/chibicc/test/int128_test.c
vendored
4
third_party/chibicc/test/int128_test.c
vendored
|
@ -38,8 +38,8 @@ __int128 sub128x6(int f, __int128 a, __int128 b, __int128 c, __int128 d,
|
|||
return f - a - b - c - d - e;
|
||||
}
|
||||
|
||||
void lotsOfArgs(const char *file, int line, const char *func, int128_t beg,
|
||||
int128_t end, int128_t got, const char *gotcode, bool isfatal) {
|
||||
void lotsOfArgs(const char *file, int line, const char *func, __int128 beg,
|
||||
__int128 end, __int128 got, const char *gotcode, bool isfatal) {
|
||||
}
|
||||
|
||||
void testLang128(void) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue