mirror of
https://github.com/python/cpython.git
synced 2025-11-12 07:02:33 +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 "osdefs.h"
|
||||||
#include "importdl.h"
|
#include "importdl.h"
|
||||||
#ifdef macintosh
|
#ifdef macintosh
|
||||||
|
/* 'argument' is a grammar symbol, but also used in some mac header files */
|
||||||
|
#undef argument
|
||||||
#include "macglue.h"
|
#include "macglue.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue