X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Fllib-lncursest;h=0fbde935d07b210c6f9342dcfc9872166a0bb5a5;hp=e3e2abf2c2b24aef7bbe9d1ad3a49dc43ff4d20b;hb=d6c65d287166c3105ece4a5e3f3ec7af5a5f26a3;hpb=cb4427a16794d98049b4d790b810d62217501f9f diff --git a/ncurses/llib-lncursest b/ncurses/llib-lncursest index e3e2abf2..0fbde935 100644 --- a/ncurses/llib-lncursest +++ b/ncurses/llib-lncursest @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 2008-2017,2019 Free Software Foundation, Inc. * + * Copyright 2019,2020 Thomas E. Dickey * + * Copyright 2008-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 * @@ -34,6 +35,7 @@ /* ./tty/hardscroll.c */ #include + #undef _nc_oldnums int *_nc_oldnums; @@ -2585,6 +2587,11 @@ void _nc_free_and_exit( int code) { /* void */ } +#undef exit_curses +void exit_curses( + int code) + { /* void */ } + /* ./expanded.c */ #undef _nc_toggle_attr_on @@ -3000,6 +3007,11 @@ void _nc_free_entries( void _nc_leaks_tinfo(void) { /* void */ } +#undef exit_terminfo +void exit_terminfo( + int code) + { /* void */ } + /* ./fallback.c */ #undef _nc_fallback @@ -3830,6 +3842,11 @@ void _nc_count_outchars( long increment) { /* void */ } +#undef curses_trace +unsigned curses_trace( + unsigned tracelevel) + { return(*(unsigned *)0); } + #undef trace void trace( const unsigned int tracelevel)