1
0
Fork 0
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:
Alan Wu 2022-06-26 08:22:44 -04:00
parent c2e37c8ff7
commit 2085201176

2
yjit.h
View file

@ -29,6 +29,8 @@
# define YJIT_BUILD 0 # define YJIT_BUILD 0
#endif #endif
#undef YJIT_SUPPORTED_P
#if YJIT_BUILD #if YJIT_BUILD
// Expose these as declarations since we are building YJIT. // Expose these as declarations since we are building YJIT.