summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vm_core.h b/vm_core.h
index 6bbce23078..11866b85e5 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -714,6 +714,7 @@ typedef struct rb_vm_struct {
int builtin_inline_index;
struct rb_id_table *negative_cme_table;
+ st_table *overloaded_cme_table; // cme -> overloaded_cme
#ifndef VM_GLOBAL_CC_CACHE_TABLE_SIZE
#define VM_GLOBAL_CC_CACHE_TABLE_SIZE 1023