This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author srid
Recipients BreamoreBoy, apaprocki, benjamin.peterson, r.david.murray, srid
Date 2010-07-19.16:10:35
SpamBayes Score 0.02803972
Marked as misclassified No
Message-id <1279555837.28.0.330894394153.issue4499@psf.upfronthosting.co.za>
In-reply-to
Content
I've located the following patch in our ActivePython source tree.

$ cat src/patches/3.1/general/aix_tilde.patch 
--- Include/token.h.orig        2008-10-08 11:51:52.000000000 -0700
+++ python/Include/token.h      2008-10-08 11:52:53.000000000 -0700
@@ -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
History
Date User Action Args
2010-07-19 16:10:37sridsetrecipients: + srid, benjamin.peterson, apaprocki, r.david.murray, BreamoreBoy
2010-07-19 16:10:37sridsetmessageid: <1279555837.28.0.330894394153.issue4499@psf.upfronthosting.co.za>
2010-07-19 16:10:35sridlinkissue4499 messages
2010-07-19 16:10:35sridcreate