X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=include%2Fcurses.tail;h=11514498ddbc2a41afa6d3b5f1df1a4450981950;hp=05f7439eff9d52374174d283230a1f13dcf16415;hb=8f4cd91a25f1569f73651062aaaf5fb969182eab;hpb=02f1dee48fe8af6ce054388fba739aa4f975004e diff --git a/include/curses.tail b/include/curses.tail index 05f7439e..11514498 100644 --- a/include/curses.tail +++ b/include/curses.tail @@ -1,4 +1,4 @@ -/* $Id: curses.tail,v 1.25 2019/12/14 22:28:39 tom Exp $ */ +/* $Id: curses.tail,v 1.26 2021/03/20 15:49:25 tom Exp $ */ /* * vile:cmode: * This file is part of ncurses, designed to be appended after curses.h.in @@ -174,7 +174,7 @@ extern NCURSES_EXPORT(const char *) _nc_visbuf (const char *); #define OPTIMIZE_ALL 0xff /* enable all optimizations (dflt) */ #endif -extern NCURSES_EXPORT(void) exit_curses (int) GCC_NORETURN; +extern GCC_NORETURN NCURSES_EXPORT(void) exit_curses (int); #include