diff options
-rw-r--r-- | vm_core.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -278,7 +278,7 @@ union iseq_inline_storage_entry { }; struct rb_calling_info { - const struct rb_callinfo *ci; const struct rb_callcache *cc; VALUE block_handler; VALUE recv; |