From 614cf816061f47e48c6ad01ac8c6e8a9634bb3ec Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Fri, 28 Jul 1995 11:28:14 +0000 Subject: Undef 'argument' before including mac headers --- Python/import.c | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v0.12