Added mrb_callinfo::u.keep_context for clarity

This commit is contained in:
dearblue
2024-02-24 21:32:11 +09:00
parent 6248e9c2ef
commit ce8b2d4973
3 changed files with 4 additions and 3 deletions
+1
View File
@@ -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;