X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;ds=sidebyside;f=test%2Fblue.c;h=71b758a05d1d1f24a5ff4d9062567822579a385d;hb=56a81c7e79f73d397cc8074401d039f59c34cad5;hp=0889ff06c228d6e99f622973974c199dd5017c8b;hpb=9d37907c2305ee3dc7b829e98a465c3def2074f0;p=ncurses.git diff --git a/test/blue.c b/test/blue.c index 0889ff06..71b758a0 100644 --- a/test/blue.c +++ b/test/blue.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2017,2019 Free Software Foundation, Inc. * + * 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 * * copy of this software and associated documentation files (the * @@ -36,7 +37,7 @@ *****************************************************************************/ /* - * $Id: blue.c,v 1.52 2019/08/17 21:49:19 tom Exp $ + * $Id: blue.c,v 1.54 2021/03/20 16:06:15 tom Exp $ */ #include @@ -70,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];