diff --git a/Python/compile.c b/Python/compile.c index 17b164a4d06ef5..813e0d5503b4b0 100644 --- a/Python/compile.c +++ b/Python/compile.c @@ -55,6 +55,8 @@ */ #define STACK_USE_GUIDELINE 30 +#undef SUCCESS +#undef ERROR #define SUCCESS 0 #define ERROR -1