diff options
| author | Dave Love | 2002-07-30 11:33:39 +0000 |
|---|---|---|
| committer | Dave Love | 2002-07-30 11:33:39 +0000 |
| commit | 364a32d188499f25944efa39358037e245636500 (patch) | |
| tree | 640fab4fceb8231a339764a76545d905237da7ad /src | |
| parent | 64165ae2a89f577f5ade95362c8a08d4ca5b4348 (diff) | |
| download | emacs-364a32d188499f25944efa39358037e245636500.tar.gz emacs-364a32d188499f25944efa39358037e245636500.zip | |
(calccost, cmgoto): Declare args.
Diffstat (limited to 'src')
| -rw-r--r-- | src/cm.c | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -188,6 +188,7 @@ cmcostinit () | |||
| 188 | 188 | ||
| 189 | static int | 189 | static int |
| 190 | calccost (srcy, srcx, dsty, dstx, doit) | 190 | calccost (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 | ||
| 324 | void | 325 | void |
| 325 | cmgoto (row, col) | 326 | cmgoto (row, col) |
| 327 | int row, col; | ||
| 326 | { | 328 | { |
| 327 | int homecost, | 329 | int homecost, |
| 328 | crcost, | 330 | crcost, |