From 2085201176775c1c0b6fd0c4791dbdad6d68c37f Mon Sep 17 00:00:00 2001 From: Alan Wu Date: Sun, 26 Jun 2022 08:22:44 -0400 Subject: [PATCH] YJIT: Undef YJIT_SUPPORTED_P for hygiene YJIT_BUILD is more relevant outside of YJIT. --- yjit.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/yjit.h b/yjit.h index a1e3efb330..cf420df251 100644 --- a/yjit.h +++ b/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.