Skip to content

Commit 99f84fd

Browse files
authored
pythongh-100213: ERROR macro is reported to be implictly redefined
1 parent 0e081a0 commit 99f84fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python/compile.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
#define STACK_USE_GUIDELINE 30
5757

5858
#define SUCCESS 0
59+
#undef ERROR
5960
#define ERROR -1
6061

6162
#define RETURN_IF_ERROR(X) \

0 commit comments

Comments
 (0)