diff options
author | Guido van Rossum <guido@python.org> | 1995-09-18 21:42:42 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-09-18 21:42:42 +0000 |
commit | cc1e96ce0b6183c090a5da2d36a6e66da3396ec1 (patch) | |
tree | 04bedfcd1da3238f0ece8af65fde60f31f964e2e /Python/pythonrun.c | |
parent | 2f437f959a256569b0a85565b02f69a307591e00 (diff) | |
download | cpython-cc1e96ce0b6183c090a5da2d36a6e66da3396ec1.tar.gz |
#undef argument, for the Mac
Diffstat (limited to 'Python/pythonrun.c')
-rw-r--r-- | Python/pythonrun.c | 1 |
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" |