Commit 2161737c authored by NAKAMURA Usaku's avatar NAKAMURA Usaku

MRUBY_OBJECT_HEADER is always used with `;', but, in the definition of a...

MRUBY_OBJECT_HEADER is always used with `;', but, in the definition of a struct, you cannot include any statement except declarations, even if the statement is void statement.
parent ff473389
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
int color:3;\ int color:3;\
unsigned int flags:21;\ unsigned int flags:21;\
struct RClass *c;\ struct RClass *c;\
struct RBasic *gcnext; struct RBasic *gcnext
/* white: 011, black: 100, gray: 000 */ /* white: 011, black: 100, gray: 000 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment