mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
struct RString member should not be mrb_value
This commit is contained in:
@@ -29,7 +29,7 @@ struct RString {
|
||||
long len;
|
||||
union {
|
||||
size_t capa;
|
||||
mrb_value shared;
|
||||
struct RString *shared;
|
||||
} aux;
|
||||
char *buf;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user