projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a35a84
)
w32console.c (sys_tputs): Adjust argument list to prototype in term.c.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 3 Jul 2010 07:49:55 +0000
(10:49 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 3 Jul 2010 07:49:55 +0000
(10:49 +0300)
src/ChangeLog
patch
|
blob
|
history
src/w32console.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 157b91f476e9c784ce3251f334bdfbff18728230..68e3d7aae4e989d28e636a65c590541eb8de2ce8 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-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.
diff --git
a/src/w32console.c
b/src/w32console.c
index 34715ccfd52f22ce144e4940a29b0fb0ce9ce716..83c7430f6dc2d5521a5d4e16c3bd3adb2a018637 100644
(file)
--- a/
src/w32console.c
+++ b/
src/w32console.c
@@
-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
))
{
}