emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r100829: * xterm.c (x_fully_uncatch_e


From: Andreas Schwab
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100829: * xterm.c (x_fully_uncatch_errors, x_trace_wire, x_check_font): Convert old-style definition.
Date: Thu, 15 Jul 2010 23:54:10 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100829
committer: Andreas Schwab <address@hidden>
branch nick: emacs
timestamp: Thu 2010-07-15 23:54:10 +0200
message:
  * xterm.c (x_fully_uncatch_errors, x_trace_wire, x_check_font): Convert 
old-style definition.
modified:
  src/ChangeLog
  src/xterm.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-07-15 21:53:32 +0000
+++ b/src/ChangeLog     2010-07-15 21:54:10 +0000
@@ -1,5 +1,8 @@
 2010-07-15  Andreas Schwab  <address@hidden>
 
+       * xterm.c (x_fully_uncatch_errors, x_trace_wire, x_check_font):
+       Convert old-style definition.
+
        * xmenu.c (create_and_show_popup_menu, xmenu_show): Fix type of
        timestamp argument.
 

=== modified file 'src/xterm.c'
--- a/src/xterm.c       2010-07-14 15:10:59 +0000
+++ b/src/xterm.c       2010-07-15 21:54:10 +0000
@@ -7503,7 +7503,7 @@
 /* Close off all unclosed x_catch_errors calls.  */
 
 void
-x_fully_uncatch_errors ()
+x_fully_uncatch_errors (void)
 {
   while (x_error_message)
     x_uncatch_errors ();
@@ -7520,7 +7520,7 @@
 
 #if 0
 static unsigned int x_wire_count;
-x_trace_wire ()
+x_trace_wire (void)
 {
   fprintf (stderr, "Lib call: %d\n", ++x_wire_count);
 }
@@ -9560,9 +9560,7 @@
    font table.  */
 
 static void
-x_check_font (f, font)
-     struct frame *f;
-     struct font *font;
+x_check_font (struct frame *f, struct font *font)
 {
   Lisp_Object frame;
 


reply via email to

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