summaryrefslogtreecommitdiffstats
path: root/Python/compile.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/compile.c')
-rw-r--r--Python/compile.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Python/compile.c b/Python/compile.c
index 17b164a..813e0d5 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