Merged revisions 85675 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85675 | r.david.murray | 2010-10-17 20:15:31 -0400 (Sun, 17 Oct 2010) | 4 lines

  #4499: silence compiler warning on AIX.

  Patch from ActiveState.
........
This commit is contained in:
R. David Murray 2010-10-18 00:19:30 +00:00
parent f2612a55a7
commit 0491047580
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@
extern "C" { extern "C" {
#endif #endif
#undef TILDE /* Prevent clash of our definition with system macro. Ex AIX, ioctl.h */
#define ENDMARKER 0 #define ENDMARKER 0
#define NAME 1 #define NAME 1
#define NUMBER 2 #define NUMBER 2