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
Родитель c2e37c8ff7
Коммит 2085201176
1 изменённых файлов: 2 добавлений и 0 удалений

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.