diff options
Diffstat (limited to 'vm_core.h')
-rw-r--r-- | vm_core.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -160,8 +160,10 @@ typedef struct rb_call_info_struct { /* temporary values for method calling */ int argc; + int opt_pc; struct rb_block_struct *blockptr; VALUE recv; + VALUE (*call)(struct rb_thread_struct *th, struct rb_control_frame_struct *cfp, struct rb_call_info_struct *ci); } rb_call_info_t; |