mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 03:20:18 +00:00
...
This commit is contained in:
parent
a4745a8bd9
commit
c044f5dd65
@ -51,6 +51,6 @@ typedef struct RefCounted {
|
||||
// static assert
|
||||
#ifndef __cplusplus
|
||||
#ifndef static_assert
|
||||
#define static_assert(x, msg) if(!(x)) c11__abort(msg)
|
||||
#define static_assert(x, msg) if(!(x)) c11__abort("static_assert failed: %s", msg)
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user