#4499: silence compiler warning on AIX.

Patch from ActiveState.
This commit is contained in:
R. David Murray 2010-10-18 00:15:31 +00:00
parent 7cefc30d34
commit 051176fde8
1 changed files with 2 additions and 0 deletions

View 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