Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1e26d5ef
Commit
1e26d5ef
authored
Nov 14, 2002
by
Dave Love
Browse files
(calccost, cmgoto): Declare all args (per C99).
parent
020ea113
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
src/cm.c
src/cm.c
+2
-0
src/composite.c
src/composite.c
+1
-1
No files found.
src/cm.c
View file @
1e26d5ef
...
...
@@ -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
,
...
...
src/composite.c
View file @
1e26d5ef
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment