mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
change type of RString.size from size_t to long
This commit is contained in:
@@ -26,7 +26,7 @@ extern const char ruby_digitmap[];
|
||||
|
||||
struct RString {
|
||||
MRUBY_OBJECT_HEADER;
|
||||
size_t len;
|
||||
long len;
|
||||
union {
|
||||
size_t capa;
|
||||
mrb_value shared;
|
||||
|
||||
Reference in New Issue
Block a user