mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-30 16:28:30 +00:00
Changes made for cosmocc builds (#908)
This commit is contained in:
parent
3b4dbc9fdd
commit
211d5d902e
7 changed files with 17 additions and 1 deletions
|
@ -138,9 +138,14 @@ typedef signed __int128 int128_t;
|
|||
typedef unsigned __int128 uint128_t;
|
||||
#endif
|
||||
#endif /* _COSMO_SOURCE */
|
||||
|
||||
#ifndef __AXDX_T
|
||||
#define __AXDX_T
|
||||
typedef struct {
|
||||
intptr_t ax, dx;
|
||||
} axdx_t;
|
||||
#endif
|
||||
|
||||
|
||||
#ifndef __chibicc__
|
||||
#define va_list __builtin_va_list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue