ruby-changes:57135
From: Nobuyoshi <ko1@a...>
Date: Sat, 17 Aug 2019 23:27:54 +0900 (JST)
Subject: [ruby-changes:57135] Nobuyoshi Nakada: 765eb18a45 (master): Make VM_DEBUG_VERIFY_METHOD_CACHE derived from VMDEBUG
https://git.ruby-lang.org/ruby.git/commit/?id=765eb18a45 From 765eb18a45c6fa8ebc55203bfe477e61c6a12490 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Sat, 17 Aug 2019 23:14:52 +0900 Subject: Make VM_DEBUG_VERIFY_METHOD_CACHE derived from VMDEBUG VM_DEBUG_MODE has been used only here. diff --git a/vm_core.h b/vm_core.h index ae49798..e4a7933 100644 --- a/vm_core.h +++ b/vm_core.h @@ -737,7 +737,7 @@ typedef struct rb_vm_struct { https://github.com/ruby/ruby/blob/trunk/vm_core.h#L737 #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 { -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/