summaryrefslogtreecommitdiff
path: root/Python/pythonrun.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-09-18 21:42:42 +0000
committerGuido van Rossum <guido@python.org>1995-09-18 21:42:42 +0000
commitcc1e96ce0b6183c090a5da2d36a6e66da3396ec1 (patch)
tree04bedfcd1da3238f0ece8af65fde60f31f964e2e /Python/pythonrun.c
parent2f437f959a256569b0a85565b02f69a307591e00 (diff)
downloadcpython-cc1e96ce0b6183c090a5da2d36a6e66da3396ec1.tar.gz
#undef argument, for the Mac
Diffstat (limited to 'Python/pythonrun.c')
-rw-r--r--Python/pythonrun.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/pythonrun.c b/Python/pythonrun.c
index d30423189f..0666c5ac37 100644
--- a/Python/pythonrun.c
+++ b/Python/pythonrun.c
@@ -30,6 +30,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "node.h"
#include "parsetok.h"
#include "graminit.h"
+#undef argument /* Avoid conflict on Mac */
#include "errcode.h"
#include "sysmodule.h"
#include "bltinmodule.h"