mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Remove obsoleted opt_call_c_function insn (#3232)
* Remove obsoleted opt_call_c_function insn * Keep opt_call_c_function with DEFINE_INSN_IF
This commit is contained in:
parent
e30ff63fd4
commit
e544a3a23c
Notes:
git
2020-06-18 01:16:34 +09:00
Merged-By: k0kubun <takashikkbn@gmail.com>
5 changed files with 6 additions and 10 deletions
|
@ -62,6 +62,10 @@
|
|||
#define OPT_SUPPORT_JOKE 0
|
||||
#endif
|
||||
|
||||
#ifndef OPT_SUPPORT_CALL_C_FUNCTION
|
||||
#define OPT_SUPPORT_CALL_C_FUNCTION 0
|
||||
#endif
|
||||
|
||||
#ifndef VM_COLLECT_USAGE_DETAILS
|
||||
#define VM_COLLECT_USAGE_DETAILS 0
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue