X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Ftest_sgr.c;fp=test%2Ftest_sgr.c;h=b113e63fdf4c281f1a7730bc46dc72262367c8b4;hp=f924026844f2876070c2827c9cb4eccdad147dac;hb=89ca7974b018d46049b6eaf1b7f17784e3a001d1;hpb=445bfe6a0fb691e3433d586a188be2ebe062384b diff --git a/test/test_sgr.c b/test/test_sgr.c index f9240268..b113e63f 100644 --- a/test/test_sgr.c +++ b/test/test_sgr.c @@ -29,13 +29,14 @@ /* * Author: Thomas E. Dickey * - * $Id: test_sgr.c,v 1.5 2016/01/09 18:15:53 tom Exp $ + * $Id: test_sgr.c,v 1.6 2016/02/13 22:08:16 tom Exp $ * * A simple demo of the sgr/sgr0 terminal capabilities. */ #define USE_TINFO #include +#if !HAVE_TIGETSTR static void failed(const char *) GCC_NORETURN; static void @@ -44,6 +45,7 @@ failed(const char *msg) fprintf(stderr, "%s\n", msg); ExitProgram(EXIT_FAILURE); } +#endif #if HAVE_TIGETSTR