summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1995-07-28 11:28:14 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1995-07-28 11:28:14 (GMT)
commit614cf816061f47e48c6ad01ac8c6e8a9634bb3ec (patch)
tree7d1e77811fcfbfe466988bc3335f4d25f41bad2a /Python
parent8cb4b1f707833fc9141e6485640a648b8e3616ac (diff)
downloadcpython-614cf816061f47e48c6ad01ac8c6e8a9634bb3ec.zip
cpython-614cf816061f47e48c6ad01ac8c6e8a9634bb3ec.tar.gz
cpython-614cf816061f47e48c6ad01ac8c6e8a9634bb3ec.tar.bz2
Undef 'argument' before including mac headers
Diffstat (limited to 'Python')
-rw-r--r--Python/import.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Python/import.c b/Python/import.c
index 94ae984..e258fd1 100644
--- a/Python/import.c
+++ b/Python/import.c
@@ -40,6 +40,8 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "osdefs.h"
#include "importdl.h"
#ifdef macintosh
+/* 'argument' is a grammar symbol, but also used in some mac header files */
+#undef argument
#include "macglue.h"
#endif