emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100700: w32console.c (sys_tputs): Ad


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100700: w32console.c (sys_tputs): Adjust argument list to prototype in term.c.
Date: Sat, 03 Jul 2010 10:49:55 +0300
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100700
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sat 2010-07-03 10:49:55 +0300
message:
  w32console.c (sys_tputs): Adjust argument list to prototype in term.c.
modified:
  src/ChangeLog
  src/w32console.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-07-03 07:44:17 +0000
+++ b/src/ChangeLog     2010-07-03 07:49:55 +0000
@@ -1,3 +1,8 @@
+2010-07-03  Eli Zaretskii  <address@hidden>
+
+       * w32console.c (sys_tputs): Adjust argument list to prototype in
+       term.c.
+
 2010-07-03  Juanma Barranquero  <address@hidden>
 
        * lisp.h (memory_warnings): Fix prototype.

=== modified file 'src/w32console.c'
--- a/src/w32console.c  2010-07-02 12:19:53 +0000
+++ b/src/w32console.c  2010-07-03 07:49:55 +0000
@@ -492,7 +492,7 @@
  ***********************************************************************/
 
 void
-sys_tputs (char *str, int nlines, int (*outfun)())
+sys_tputs (char *str, int nlines, int (*outfun)(int))
 {
 }
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]