瀏覽代碼

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$")
 
 /*----------------------------------------------------------------------------