summaryrefslogtreecommitdiff
path: root/yarvcore.h
diff options
context:
space:
mode:
Diffstat (limited to 'yarvcore.h')
-rw-r--r--yarvcore.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/yarvcore.h b/yarvcore.h
index dc1963ab62..e2885711cc 100644
--- a/yarvcore.h
+++ b/yarvcore.h
@@ -404,6 +404,10 @@ struct rb_thread_struct
/* passed via parse.y, eval.c (rb_scope_setup_local_tbl) */
ID *top_local_tbl;
+ /* for load(true) */
+ VALUE top_self;
+ VALUE top_wrapper;
+
/* eval env */
rb_block_t *base_block;