Message110771
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 |
|
Date |
User |
Action |
Args |
2010-07-19 16:10:37 | srid | set | recipients:
+ srid, benjamin.peterson, apaprocki, r.david.murray, BreamoreBoy |
2010-07-19 16:10:37 | srid | set | messageid: <1279555837.28.0.330894394153.issue4499@psf.upfronthosting.co.za> |
2010-07-19 16:10:35 | srid | link | issue4499 messages |
2010-07-19 16:10:35 | srid | create | |
|