mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
internal.h: resurrect --disable-mjit-support
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65809 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3f84ef9740
commit
83aff333cd
1 changed files with 1 additions and 0 deletions
|
@ -1638,6 +1638,7 @@ VALUE mjit_resume(void);
|
|||
#else
|
||||
#define mjit_enabled 0
|
||||
static inline VALUE mjit_pause(int wait_p){ return Qnil; } /* unreachable */
|
||||
static inline void mjit_pause_without_ints(void){} /* unreachable */
|
||||
static inline VALUE mjit_resume(void){ return Qnil; } /* unreachable */
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue