mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Remove mrb_static_assert from the core; #5051
This commit is contained in:
+1
-1
@@ -65,7 +65,7 @@
|
||||
#if defined __STDC_VERSION__ && __STDC_VERSION__ >= 201112L
|
||||
#define mrb_static_assert(exp, str) _Static_assert(exp, str)
|
||||
#else
|
||||
#define mrb_static_assert(exp, str) mrb_assert(exp)
|
||||
#define mrb_static_assert(exp, str)
|
||||
#endif
|
||||
|
||||
#include "mrbconf.h"
|
||||
|
||||
Reference in New Issue
Block a user