[ox/std] Sort of fix custom assert
This commit is contained in:
parent
f6910ab1f7
commit
05ce318a85
@ -11,5 +11,5 @@
|
|||||||
#if __has_include(<cassert>)
|
#if __has_include(<cassert>)
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#else
|
#else
|
||||||
#define assert(e) while (1);
|
#define assert(e) while (!(e));
|
||||||
#endif
|
#endif
|
Loading…
x
Reference in New Issue
Block a user