diff options
author | k0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-08-09 11:31:41 +0000 |
---|---|---|
committer | k0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-08-09 11:31:41 +0000 |
commit | 212a77ed46d73af3600756247f7c30d6c270eff1 (patch) | |
tree | 3fdac90fa7b0d433856c9f208cda027550e63712 /mjit.h | |
parent | 33dd5d6970489c0aef929880e8730126cc7ad4c6 (diff) | |
download | ruby-212a77ed46d73af3600756247f7c30d6c270eff1.tar.gz |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |