#undef argument, for the Mac
diff --git a/Python/pythonrun.c b/Python/pythonrun.c
index d304231..0666c5a 100644
--- a/Python/pythonrun.c
+++ b/Python/pythonrun.c
@@ -30,6 +30,7 @@
 #include "node.h"
 #include "parsetok.h"
 #include "graminit.h"
+#undef argument /* Avoid conflict on Mac */
 #include "errcode.h"
 #include "sysmodule.h"
 #include "bltinmodule.h"