Add macro for static_assert

This commit is contained in:
dosisod 2021-03-05 19:31:09 -08:00
parent 3364fc5b03
commit b979b54cf7

View file

@ -19,6 +19,8 @@ void __assert_fail(const char *, const char *, int) hidden wontreturn relegated;
} \
} while (0)
#define static_assert _Static_assert
COSMOPOLITAN_C_END_
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
#endif /* COSMOPOLITAN_LIBC_ASSERT_H_ */