struct RString member should not be mrb_value

This commit is contained in:
Yukihiro Matsumoto
2012-04-28 00:32:34 +09:00
parent 9e45eb185b
commit 32db0e5d8c
3 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ struct RString {
long len;
union {
size_t capa;
mrb_value shared;
struct RString *shared;
} aux;
char *buf;
};