]> git.eshelyaron.com Git - emacs.git/commitdiff
(calccost, cmgoto): Declare args.
authorDave Love <fx@gnu.org>
Tue, 30 Jul 2002 11:33:39 +0000 (11:33 +0000)
committerDave Love <fx@gnu.org>
Tue, 30 Jul 2002 11:33:39 +0000 (11:33 +0000)
src/cm.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,