mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-28 00:02:28 +00:00
Make it possible to compile redbean with chibicc
This cuts build latency down from 5 seconds to 500 milliseconds.
This commit is contained in:
parent
552525cbdd
commit
6ff46ca373
50 changed files with 898 additions and 824 deletions
4
third_party/mbedtls/error.h
vendored
4
third_party/mbedtls/error.h
vendored
|
@ -84,8 +84,8 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define MBEDTLS_ERR_ERROR_GENERIC_ERROR -0x0001 /**< Generic error */
|
||||
#define MBEDTLS_ERR_THIS_CORRUPTION -0x006E /**< This is a bug in the library */
|
||||
#define MBEDTLS_ERR_ERROR_GENERIC_ERROR -0x0001 /*< Generic error */
|
||||
#define MBEDTLS_ERR_THIS_CORRUPTION -0x006E /*< This is a bug in the library */
|
||||
|
||||
/**
|
||||
* \brief Translate a mbed TLS error code into a string representation,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue