]> granicus.if.org Git - python/commitdiff
Merged revisions 85675 via svnmerge from
authorR. David Murray <rdmurray@bitdance.com>
Mon, 18 Oct 2010 00:18:46 +0000 (00:18 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Mon, 18 Oct 2010 00:18:46 +0000 (00:18 +0000)
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.
........

Include/token.h

index 772a85e7f01fe45821fa8f79411b53ee012a3a05..9c19f5ce9d1d7386f8e050ce747ff1c3b3451941 100644 (file)
@@ -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