diff options
-rw-r--r-- | Python/import.c | 2 |
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 |