From: Jack Jansen Date: Fri, 28 Jul 1995 11:28:14 +0000 (+0000) Subject: Undef 'argument' before including mac headers X-Git-Tag: v1.3b1~153 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=614cf816061f47e48c6ad01ac8c6e8a9634bb3ec;p=thirdparty%2FPython%2Fcpython.git Undef 'argument' before including mac headers --- diff --git a/Python/import.c b/Python/import.c index 94ae984188ff..e258fd13dfc1 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