зеркало из https://github.com/github/ruby.git
Make VM_DEBUG_VERIFY_METHOD_CACHE derived from VMDEBUG
VM_DEBUG_MODE has been used only here.
This commit is contained in:
Родитель
2a65498ca2
Коммит
765eb18a45
|
@ -737,7 +737,7 @@ typedef struct rb_vm_struct {
|
|||
#endif
|
||||
|
||||
#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
|
||||
|
||||
struct rb_captured_block {
|
||||
|
|
Загрузка…
Ссылка в новой задаче