mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
make cioff in struct REnv from int to ptrdiff_t; close #2149
This commit is contained in:
@@ -17,7 +17,7 @@ struct REnv {
|
||||
MRB_OBJECT_HEADER;
|
||||
mrb_value *stack;
|
||||
mrb_sym mid;
|
||||
int cioff;
|
||||
ptrdiff_t cioff;
|
||||
};
|
||||
|
||||
#define MRB_ENV_STACK_LEN(e) ((e)->flags)
|
||||
|
||||
Reference in New Issue
Block a user