aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/w32console.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 157b91f476e..68e3d7aae4e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12010-07-03 Eli Zaretskii <eliz@gnu.org>
2
3 * w32console.c (sys_tputs): Adjust argument list to prototype in
4 term.c.
5
12010-07-03 Juanma Barranquero <lekktu@gmail.com> 62010-07-03 Juanma Barranquero <lekktu@gmail.com>
2 7
3 * lisp.h (memory_warnings): Fix prototype. 8 * lisp.h (memory_warnings): Fix prototype.
diff --git a/src/w32console.c b/src/w32console.c
index 34715ccfd52..83c7430f6dc 100644
--- a/src/w32console.c
+++ b/src/w32console.c
@@ -492,7 +492,7 @@ w32con_set_terminal_window (struct frame *f, int size)
492 ***********************************************************************/ 492 ***********************************************************************/
493 493
494void 494void
495sys_tputs (char *str, int nlines, int (*outfun)()) 495sys_tputs (char *str, int nlines, int (*outfun)(int))
496{ 496{
497} 497}
498 498