X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;ds=sidebyside;f=include%2Fcurses.tail;h=11514498ddbc2a41afa6d3b5f1df1a4450981950;hb=eb51b1ea1f75a0ec17c9c5937cb28df1e8eeec56;hp=05f7439eff9d52374174d283230a1f13dcf16415;hpb=02f1dee48fe8af6ce054388fba739aa4f975004e;p=ncurses.git 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