X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Fcolor_set.c;h=2e981cba9f1189184eb3aa8a372ea4e551e480e7;hp=8d8d4b090cdebf8a2b0f3bc7afa280b17387b6b7;hb=4ae6d1c18d0dec956b814865893812655ec3a22c;hpb=b779f5fb4516b3e6d1bc8880ea68923efb761e1d diff --git a/test/color_set.c b/test/color_set.c index 8d8d4b09..2e981cba 100644 --- a/test/color_set.c +++ b/test/color_set.c @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2003-2004,2006 Free Software Foundation, Inc. * + * Copyright (c) 2003-2006,2008 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -26,12 +26,12 @@ * authorization. * ****************************************************************************/ /* - * $Id: color_set.c,v 1.5 2006/06/03 16:40:10 tom Exp $ + * $Id: color_set.c,v 1.6 2008/02/10 00:18:01 tom Exp $ */ #include -#ifdef HAVE_COLOR_SET +#if HAVE_COLOR_SET #define SHOW(n) ((n) == ERR ? "ERR" : "OK")