From: Guido van Rossum Date: Mon, 18 Sep 1995 21:42:42 +0000 (+0000) Subject: #undef argument, for the Mac X-Git-Tag: v1.3~116 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=befa14f1b95bd0ad54b2db8b12eac56548436bab;p=thirdparty%2FPython%2Fcpython.git #undef argument, for the Mac --- diff --git a/Python/pythonrun.c b/Python/pythonrun.c index d30423189fa4..0666c5ac3729 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"