X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Fllib-lncursestw;h=2e06aaac024def0259d7ccd620b7ed77a05403ef;hp=3c1aab97bc6587480d3d9bbe2b2a737f7fa8ecd6;hb=265e45e43e9917e8b9ecc2bf9d23867a3ede2ecd;hpb=45a2b5bc1a4536173178e9907feb268c708797c7 diff --git a/ncurses/llib-lncursestw b/ncurses/llib-lncursestw index 3c1aab97..2e06aaac 100644 --- a/ncurses/llib-lncursestw +++ b/ncurses/llib-lncursestw @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright 2018-2019,2020 Thomas E. Dickey * + * Copyright 2018-2020,2021 Thomas E. Dickey * * Copyright 2009-2016,2017 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * @@ -3252,11 +3252,23 @@ int getcchar( /* ./widechar/lib_erasewchar.c */ +#undef erasewchar_sp +int erasewchar_sp( + SCREEN *sp, + wchar_t *wch) + { return(*(int *)0); } + #undef erasewchar int erasewchar( wchar_t *wch) { return(*(int *)0); } +#undef killwchar_sp +int killwchar_sp( + SCREEN *sp, + wchar_t *wch) + { return(*(int *)0); } + #undef killwchar int killwchar( wchar_t *wch) @@ -4650,7 +4662,7 @@ int _nc_tparm_err; #undef _nc_tparm_analyze int _nc_tparm_analyze( const char *string, - char *p_is_s[9], + char **p_is_s, int *_nc_popcount) { return(*(int *)0); } @@ -4942,7 +4954,7 @@ char *_tracecchar_t( #undef _nc_trace_ttymode char *_nc_trace_ttymode( - struct termios *tty) + const struct termios *tty) { return(*(char **)0); } #undef _nc_tracebits