summaryrefslogtreecommitdiff
path: root/yarvcore.h
diff options
context:
space:
mode:
Diffstat (limited to 'yarvcore.h')
-rw-r--r--yarvcore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/yarvcore.h b/yarvcore.h
index 0532ebc71a..0ff3e9b011 100644
--- a/yarvcore.h
+++ b/yarvcore.h
@@ -353,6 +353,7 @@ typedef struct rb_vm_struct {
/* load */
VALUE loaded_features;
+ struct st_table *loading_table;
/* signal */
rb_atomic_t signal_buff[RUBY_NSIG];