Fix macro arguments with paren

This commit is contained in:
dearblue
2018-12-18 23:05:36 +09:00
parent 11071b9ab1
commit 14133f4057
8 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
struct RClass *c;\
struct RBasic *gcnext
#define MRB_FLAG_TEST(obj, flag) ((obj)->flags & flag)
#define MRB_FLAG_TEST(obj, flag) ((obj)->flags & (flag))
struct RBasic {