aboutsummaryrefslogtreecommitdiffstats
path: root/vm_opts.h
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2020-06-17 09:16:01 -0700
committerGitHub <noreply@github.com>2020-06-17 09:16:01 -0700
commite544a3a23cb80460d77dcb145ad1ff84f77524c0 (patch)
treec4f344b16ec6f0852dc0592cbb637d563af62064 /vm_opts.h
parente30ff63fd4eb24fd638259cb10638668f0f2ceeb (diff)
downloadruby-e544a3a23cb80460d77dcb145ad1ff84f77524c0.tar.gz
Remove obsoleted opt_call_c_function insn (#3232)
* Remove obsoleted opt_call_c_function insn * Keep opt_call_c_function with DEFINE_INSN_IF
Diffstat (limited to 'vm_opts.h')
-rw-r--r--vm_opts.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/vm_opts.h b/vm_opts.h
index 02d60e71fd..b0ca81f304 100644
--- a/vm_opts.h
+++ b/vm_opts.h
@@ -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