mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 07:11:34 -08:00
w32console.c (sys_tputs): Adjust argument list to prototype in term.c.
This commit is contained in:
parent
3a35a84c93
commit
ae492bec16
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2010-07-03 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* w32console.c (sys_tputs): Adjust argument list to prototype in
|
||||
term.c.
|
||||
|
||||
2010-07-03 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* lisp.h (memory_warnings): Fix prototype.
|
||||
|
|
|
|||
|
|
@ -492,7 +492,7 @@ w32con_set_terminal_window (struct frame *f, int size)
|
|||
***********************************************************************/
|
||||
|
||||
void
|
||||
sys_tputs (char *str, int nlines, int (*outfun)())
|
||||
sys_tputs (char *str, int nlines, int (*outfun)(int))
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue