소스 검색

ENH: AIX seems to define lines and columns as macros, I undefed them

Bill Hoffman 24 년 전
부모
커밋
7bcea94b9a
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      Source/CursesDialog/form/frm_driver.c

+ 4 - 0
Source/CursesDialog/form/frm_driver.c

@@ -37,6 +37,10 @@
  #undef _XOPEN_SOURCE_EXTENDED
 #endif
 
+// AIX seems to define this
+#undef lines
+#undef columns
+
 MODULE_ID("$Id$")
 
 /*----------------------------------------------------------------------------