diff options
Diffstat (limited to 'vm.c')
-rw-r--r-- | vm.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ $Author$ $Date$ - Copyright (C) 2004-2006 Koichi Sasada + Copyright (C) 2004-2007 Koichi Sasada **********************************************************************/ @@ -1488,7 +1488,7 @@ yarv_init_redefined_flag() VALUE *dfp; // lfp yarv_iseq_t * block_iseq; // 0 }; - + struct C_METHDO_FRAME{ VALUE block_ptr; VALUE special; |