Make VM_DEBUG_VERIFY_METHOD_CACHE derived from VMDEBUG
VM_DEBUG_MODE has been used only here.
This commit is contained in:
parent
2a65498ca2
commit
765eb18a45
@ -737,7 +737,7 @@ typedef struct rb_vm_struct {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef VM_DEBUG_VERIFY_METHOD_CACHE
|
#ifndef VM_DEBUG_VERIFY_METHOD_CACHE
|
||||||
#define VM_DEBUG_VERIFY_METHOD_CACHE (VM_DEBUG_MODE != 0)
|
#define VM_DEBUG_VERIFY_METHOD_CACHE (VMDEBUG != 0)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
struct rb_captured_block {
|
struct rb_captured_block {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user