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) \