From 99f84fd984d5e85385cbda2955117a2e09f032ca Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Tue, 13 Dec 2022 13:26:41 +0300 Subject: [PATCH] gh-100213: `ERROR` macro is reported to be implictly redefined --- Python/compile.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Python/compile.c b/Python/compile.c index 17b164a4d06ef5..02cc2887139493 100644 --- a/Python/compile.c +++ b/Python/compile.c @@ -56,6 +56,7 @@ #define STACK_USE_GUIDELINE 30 #define SUCCESS 0 +#undef ERROR #define ERROR -1 #define RETURN_IF_ERROR(X) \