From: R. David Murray Date: Mon, 18 Oct 2010 00:15:31 +0000 (+0000) Subject: #4499: silence compiler warning on AIX. X-Git-Tag: v3.2a4~451 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=051176fde88331b182af3706672dc90874c5347b;p=thirdparty%2FPython%2Fcpython.git #4499: silence compiler warning on AIX. Patch from ActiveState. --- diff --git a/Include/token.h b/Include/token.h index 772a85e7f01f..9c19f5ce9d1d 100644 --- a/Include/token.h +++ b/Include/token.h @@ -7,6 +7,8 @@ extern "C" { #endif +#undef TILDE /* Prevent clash of our definition with system macro. Ex AIX, ioctl.h */ + #define ENDMARKER 0 #define NAME 1 #define NUMBER 2