Porting to WASM
This commit is contained in:
7
src/external/minicoro.h
vendored
7
src/external/minicoro.h
vendored
@@ -349,10 +349,6 @@ MCO_API const char *mco_result_description(mco_result res); /* Get the descripti
|
||||
|
||||
#ifdef MINICORO_IMPL
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* ---------------------------------------------------------------------------------------------- */
|
||||
|
||||
/* Minimum stack size when creating a coroutine. */
|
||||
@@ -1973,9 +1969,6 @@ const char *mco_result_description(mco_result res) {
|
||||
return "Unknown error";
|
||||
}
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* MINICORO_IMPL */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user