X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Frain.c;h=a7771b09d3e346831bb9b46a542b667d6164d695;hp=262f87d279b95d122954c1cb0617a8360417e4bb;hb=c633e5103a29a38532cf1925257b91cea33fd090;hpb=b1f61d9f3aa244512045a6b02e759825d7049d34 diff --git a/test/rain.c b/test/rain.c index 262f87d2..a7771b09 100644 --- a/test/rain.c +++ b/test/rain.c @@ -1,5 +1,5 @@ /* - * $Id: rain.c,v 1.14 1999/11/13 23:39:07 tom Exp $ + * $Id: rain.c,v 1.15 2000/09/02 18:41:22 tom Exp $ */ #include @@ -42,7 +42,7 @@ float c; if (has_colors()) { int bg = COLOR_BLACK; start_color(); -#ifdef HAVE_USE_DEFAULT_COLORS +#if HAVE_USE_DEFAULT_COLORS if (use_default_colors() == OK) bg = -1; #endif