summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorNAKAMURA Usaku <[email protected]>2012-04-20 15:35:57 +0900
committerNAKAMURA Usaku <[email protected]>2012-04-20 15:35:57 +0900
commit2161737c2dcae3ad6679d0b7bb752d201d3895a5 (patch)
treef2dfadf2d1cdc540f8811c5cb96f321f3e220040 /include
parentff47338973feec4b09f0025c1ffd02a6cf6eadaa (diff)
downloadmruby-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.
Diffstat (limited to 'include')
-rw-r--r--include/mruby/object.h2
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 */