1
0
Fork 0
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:
k0kubun 2018-11-19 13:48:07 +00:00
parent 3f84ef9740
commit 83aff333cd

View file

@ -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