#undef argument, for the Mac

This commit is contained in:
Guido van Rossum 1995-09-18 21:42:42 +00:00
parent 020dfe7f2e
commit befa14f1b9

View file

@ -30,6 +30,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "node.h"
#include "parsetok.h"
#include "graminit.h"
#undef argument /* Avoid conflict on Mac */
#include "errcode.h"
#include "sysmodule.h"
#include "bltinmodule.h"