rename MRUBY_OBJECT_HEADER to MRB_OBJECT_HEADER

This commit is contained in:
Yukihiro Matsumoto
2012-08-18 19:05:18 +09:00
parent 41e7d0b475
commit 97b7eb6096
11 changed files with 15 additions and 20 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ struct mrb_shared_string {
};
struct RString {
MRUBY_OBJECT_HEADER;
MRB_OBJECT_HEADER;
int len;
union {
int capa;