Skip to content

Commit

Permalink
pythongh-100213: ERROR macro is reported to be implictly redefined
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn authored Dec 13, 2022
1 parent 0e081a0 commit 99f84fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Python/compile.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
#define STACK_USE_GUIDELINE 30

#define SUCCESS 0
#undef ERROR
#define ERROR -1

#define RETURN_IF_ERROR(X) \
Expand Down

0 comments on commit 99f84fd

Please sign in to comment.