]> git.eshelyaron.com Git - emacs.git/commitdiff
(calccost, cmgoto): Declare all args (per C99).
authorDave Love <fx@gnu.org>
Thu, 14 Nov 2002 14:13:36 +0000 (14:13 +0000)
committerDave Love <fx@gnu.org>
Thu, 14 Nov 2002 14:13:36 +0000 (14:13 +0000)
src/cm.c
src/composite.c

index 56a1160c5936c9a38b38d048cb9e176475d48207..4e8984493a72cc022f3f872fc391bd7287ac02ae 100644 (file)
--- a/src/cm.c
+++ b/src/cm.c
@@ -188,6 +188,7 @@ cmcostinit ()
 
 static int
 calccost (srcy, srcx, dsty, dstx, doit)
+     int srcy, srcx, dsty, dstx, doit;
 {
     register int    deltay,
                     deltax,
@@ -323,6 +324,7 @@ losecursor ()
 
 void
 cmgoto (row, col)
+     int row, col;
 {
     int     homecost,
             crcost,
index 99ffc1fb9083943170c262fd29d54710a295e729..56acce6d1ce0e297a5b7558f4db4b215c45d2d57 100644 (file)
@@ -478,7 +478,7 @@ run_composition_function (from, to, prop)
 
 void
 update_compositions (from, to, check_mask)
-     int from, to;
+     int from, to, check_mask;
 {
   Lisp_Object prop;
   int start, end;