summaryrefslogtreecommitdiff
path: root/mjit.h
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-08-09 11:31:41 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-08-09 11:31:41 +0000
commit212a77ed46d73af3600756247f7c30d6c270eff1 (patch)
tree3fdac90fa7b0d433856c9f208cda027550e63712 /mjit.h
parent33dd5d6970489c0aef929880e8730126cc7ad4c6 (diff)
process.c: fix outdated mjit_pause declaration
by sharing it with vm.c in internal.h. vm.c: ditto internal.h: ditto mjit.h: share more. mjit.c: make sure the third arguemnt is not used git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64253 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'mjit.h')
-rw-r--r--mjit.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mjit.h b/mjit.h
index 9b65efff0e..e91927aeae 100644
--- a/mjit.h
+++ b/mjit.h
@@ -54,7 +54,6 @@ struct mjit_options {
typedef VALUE (*mjit_func_t)(rb_execution_context_t *, rb_control_frame_t *);
-extern int mjit_enabled;
RUBY_SYMBOL_EXPORT_BEGIN
RUBY_EXTERN struct mjit_options mjit_opts;
RUBY_EXTERN int mjit_call_p;