diff options
author | Dave Love <fx@gnu.org> | 2002-11-14 14:13:36 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2002-11-14 14:13:36 +0000 |
commit | 1e26d5ef0528fdad1aa485ed79051cb9f9cdb749 (patch) | |
tree | 79af11e7eb74dce6bedfabad272189cdaf96dd9e /src/cm.c | |
parent | 020ea113e2060cc9f0838a7975d13424ce665485 (diff) | |
download | emacs-1e26d5ef0528fdad1aa485ed79051cb9f9cdb749.tar.gz |
(calccost, cmgoto): Declare all args (per C99).
Diffstat (limited to 'src/cm.c')
-rw-r--r-- | src/cm.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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, |