ENH: AIX seems to define lines and columns as macros, I undefed them
This commit is contained in:
parent
d06a01d825
commit
7bcea94b9a
|
@ -37,6 +37,10 @@
|
||||||
#undef _XOPEN_SOURCE_EXTENDED
|
#undef _XOPEN_SOURCE_EXTENDED
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// AIX seems to define this
|
||||||
|
#undef lines
|
||||||
|
#undef columns
|
||||||
|
|
||||||
MODULE_ID("$Id$")
|
MODULE_ID("$Id$")
|
||||||
|
|
||||||
/*----------------------------------------------------------------------------
|
/*----------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue