mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
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.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
int color:3;\
|
||||
unsigned int flags:21;\
|
||||
struct RClass *c;\
|
||||
struct RBasic *gcnext;
|
||||
struct RBasic *gcnext
|
||||
|
||||
|
||||
/* white: 011, black: 100, gray: 000 */
|
||||
|
||||
Reference in New Issue
Block a user