mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Added mrb_callinfo::u.keep_context for clarity
This commit is contained in:
@@ -184,6 +184,7 @@ typedef struct {
|
||||
union {
|
||||
struct REnv *env;
|
||||
struct RClass *target_class;
|
||||
const void *keep_context; /* if NULL, it means that the fiber has switched; for internal use */
|
||||
} u;
|
||||
} mrb_callinfo;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user