Skip to content

Commit 37ff60e

Browse files
nobudenofevil
authored andcommitted
follow to the change in 2 years ago.
1 parent d153f3d commit 37ff60e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/ruby_debug/extconf.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
require "ruby_core_source"
33

44
hdrs = proc {
5-
have_struct_member("rb_method_entry_t", "body", "method.h")
6-
have_header("vm_core.h") and have_header("iseq.h", "vm_core.h") and have_header("insns.inc") and
5+
have_struct_member("rb_method_entry_t", "def", "method.h")
6+
have_header("vm_core.h") and have_header("iseq.h") and have_header("insns.inc") and
77
have_header("insns_info.inc") and have_header("eval_intern.h")
88
}
99

0 commit comments

Comments
 (0)