X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Fblue.c;h=71b758a05d1d1f24a5ff4d9062567822579a385d;hp=922caab94396181e9c957a5b9ebe5421072329f4;hb=a5fe3726f7d4374e9b1551b535c8617b423996f2;hpb=47d2fb4537d9ad5bb14f4810561a327930ca4280 diff --git a/test/blue.c b/test/blue.c index 922caab9..71b758a0 100644 --- a/test/blue.c +++ b/test/blue.c @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright 2019,2020 Thomas E. Dickey * + * Copyright 2019-2020,2021 Thomas E. Dickey * * Copyright 1998-2016,2017 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * @@ -37,7 +37,7 @@ *****************************************************************************/ /* - * $Id: blue.c,v 1.53 2020/02/02 23:34:34 tom Exp $ + * $Id: blue.c,v 1.54 2021/03/20 16:06:15 tom Exp $ */ #include @@ -71,7 +71,7 @@ #define BLACK_ON_WHITE 2 #define BLUE_ON_WHITE 3 -static void die(int onsig) GCC_NORETURN; +static GCC_NORETURN void die(int onsig); static int deck_size = PACK_SIZE; /* initial deck */ static int deck[PACK_SIZE];