aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2002-07-30 11:33:39 +0000
committerDave Love2002-07-30 11:33:39 +0000
commit364a32d188499f25944efa39358037e245636500 (patch)
tree640fab4fceb8231a339764a76545d905237da7ad /src
parent64165ae2a89f577f5ade95362c8a08d4ca5b4348 (diff)
downloademacs-364a32d188499f25944efa39358037e245636500.tar.gz
emacs-364a32d188499f25944efa39358037e245636500.zip
(calccost, cmgoto): Declare args.
Diffstat (limited to 'src')
-rw-r--r--src/cm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cm.c b/src/cm.c
index 56a1160c593..4e8984493a7 100644
--- a/src/cm.c
+++ b/src/cm.c
@@ -188,6 +188,7 @@ cmcostinit ()
188 188
189static int 189static int
190calccost (srcy, srcx, dsty, dstx, doit) 190calccost (srcy, srcx, dsty, dstx, doit)
191 int srcy, srcx, dsty, dstx, doit;
191{ 192{
192 register int deltay, 193 register int deltay,
193 deltax, 194 deltax,
@@ -323,6 +324,7 @@ losecursor ()
323 324
324void 325void
325cmgoto (row, col) 326cmgoto (row, col)
327 int row, col;
326{ 328{
327 int homecost, 329 int homecost,
328 crcost, 330 crcost,