mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
YJIT: Undef YJIT_SUPPORTED_P for hygiene
YJIT_BUILD is more relevant outside of YJIT.
This commit is contained in:
parent
c2e37c8ff7
commit
2085201176
1 changed files with 2 additions and 0 deletions
2
yjit.h
2
yjit.h
|
@ -29,6 +29,8 @@
|
|||
# define YJIT_BUILD 0
|
||||
#endif
|
||||
|
||||
#undef YJIT_SUPPORTED_P
|
||||
|
||||
#if YJIT_BUILD
|
||||
|
||||
// Expose these as declarations since we are building YJIT.
|
||||
|
|
Loading…
Reference in a new issue