Improve the cosmocc toolchain

These changes were necessary to help Blink become buildable using
Cosmopolitan Libc.
This commit is contained in:
Justine Tunney 2023-01-05 12:20:52 -08:00
parent d73523864a
commit 416e173448
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
5 changed files with 9 additions and 4 deletions

View file

@ -11,6 +11,8 @@
#define ZLIB_DEBUG
#endif
#define z_const const
#if !(__ASSEMBLER__ + __LINKER__ + 0)
typedef unsigned char Byte;