summaryrefslogtreecommitdiff
path: root/test/xmas.c
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2015-01-31 22:26:04 +0000
committer <>2015-02-09 14:16:45 +0000
commitf6d73a10a980bc78969c3af93665cbe7d06c3646 (patch)
tree83f9bf86268881f01478c2a7f8f5186b2c8db3d3 /test/xmas.c
parent280cceada215debbf561bcec9780630ddad28b37 (diff)
downloadncurses-f6d73a10a980bc78969c3af93665cbe7d06c3646.tar.gz
Imported from /home/lorry/working-area/delta_ncurses/ncurses-5.9-20150131.tgz.ncurses-5.9-20150131
Diffstat (limited to 'test/xmas.c')
-rw-r--r--test/xmas.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/xmas.c b/test/xmas.c
index fc0cc4c..087fcd9 100644
--- a/test/xmas.c
+++ b/test/xmas.c
@@ -92,7 +92,7 @@
/******************************************************************************/
/*
- * $Id: xmas.c,v 1.27 2010/11/13 20:24:10 tom Exp $
+ * $Id: xmas.c,v 1.28 2013/04/27 19:46:53 tom Exp $
*/
#include <test.priv.h>
@@ -148,7 +148,7 @@ static int strng5(void);
static int reindeer(void);
static int blinkit(void);
-static RETSIGTYPE done(int sig) GCC_NORETURN;
+static void done(int sig) GCC_NORETURN;
static void
set_color(WINDOW *win, chtype color)
@@ -1143,7 +1143,7 @@ reindeer(void)
return (0);
}
-static RETSIGTYPE
+static void
done(int sig GCC_UNUSED)
{
CATCHALL(done);