[Lsb-messages] /var/www/bzr/lsb/devel/devchk r2377: add COLOR_BLACK to ncursesw (bug 1761)

Mats Wichmann mats at linuxfoundation.org
Wed Aug 14 22:36:26 UTC 2013


------------------------------------------------------------
revno: 2377
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: devchk
timestamp: Wed 2013-08-14 16:36:26 -0600
message:
  add COLOR_BLACK to ncursesw (bug 1761)
modified:
  ts/devchk/ncursesw_curses_h.c
-------------- next part --------------
=== modified file 'ts/devchk/ncursesw_curses_h.c'
--- a/ts/devchk/ncursesw_curses_h.c	2013-08-09 13:08:04 +0000
+++ b/ts/devchk/ncursesw_curses_h.c	2013-08-14 22:36:26 +0000
@@ -3882,6 +3882,16 @@
 /* No test for setsyx(y,x) */
 #endif
 
+#if _LSB_DEFAULT_ARCH
+#ifdef COLOR_BLACK
+	CompareConstant(COLOR_BLACK,0,25066,architecture,5.0,NULL)
+#else
+Msg( "Error: Constant not found: COLOR_BLACK\n");
+cnt++;
+#endif
+
+#endif
+
 #if 1
 CheckTypeSize(NCURSES_BOOL,0, 10003384, 1, 5.0, NULL, 3, NULL)
 #endif



More information about the lsb-messages mailing list