mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Undef 'argument' before including mac headers
This commit is contained in:
parent
8cb4b1f707
commit
614cf81606
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue