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
7448803e
Commit
7448803e
authored
Nov 14, 2002
by
Dave Love
Browse files
(unuse_menu_items, digest_single_submenu):
Declare all args (per C99).
parent
caeea55a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/xmenu.c
src/xmenu.c
+2
-1
No files found.
src/xmenu.c
View file @
7448803e
...
...
@@ -262,6 +262,7 @@ finish_menu_items ()
static
Lisp_Object
unuse_menu_items
(
dummy
)
int
dummy
;
{
return
menu_items_inuse
=
Qnil
;
}
...
...
@@ -1415,7 +1416,7 @@ parse_single_submenu (item_key, item_name, maps)
static
widget_value
*
digest_single_submenu
(
start
,
end
,
top_level_items
)
int
start
,
end
;
int
start
,
end
,
top_level_items
;
{
widget_value
*
wv
,
*
prev_wv
,
*
save_wv
,
*
first_wv
;
int
i
;
...
...
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