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
#endif
#undef YJIT_SUPPORTED_P
#if YJIT_BUILD
// Expose these as declarations since we are building YJIT.