diff options
| author | NAKAMURA Usaku <[email protected]> | 2012-04-20 15:35:57 +0900 |
|---|---|---|
| committer | NAKAMURA Usaku <[email protected]> | 2012-04-20 15:35:57 +0900 |
| commit | 2161737c2dcae3ad6679d0b7bb752d201d3895a5 (patch) | |
| tree | f2dfadf2d1cdc540f8811c5cb96f321f3e220040 | |
| parent | ff47338973feec4b09f0025c1ffd02a6cf6eadaa (diff) | |
| download | mruby-2161737c2dcae3ad6679d0b7bb752d201d3895a5.tar.gz mruby-2161737c2dcae3ad6679d0b7bb752d201d3895a5.zip | |
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.
| -rw-r--r-- | include/mruby/object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mruby/object.h b/include/mruby/object.h index 151e36b96..e73ebe79a 100644 --- a/include/mruby/object.h +++ b/include/mruby/object.h @@ -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 */ |
