]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#undef argument, for the Mac
authorGuido van Rossum <guido@python.org>
Mon, 18 Sep 1995 21:42:42 +0000 (21:42 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 18 Sep 1995 21:42:42 +0000 (21:42 +0000)
Python/pythonrun.c

index d30423189fa437783fb5a7a490536a7036ad070a..0666c5ac3729734d675de684e7357e09ff106e11 100644 (file)
@@ -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"