diff options
| author | Andreas Schwab | 1998-04-14 12:25:56 +0000 |
|---|---|---|
| committer | Andreas Schwab | 1998-04-14 12:25:56 +0000 |
| commit | dfcf069d565c347abf3cb7cec80e6ed8432037ba (patch) | |
| tree | cd9620f10084ffa69d7d6ae26284ffd69d4c07a5 /src/xmenu.c | |
| parent | 0f94f94657ad7a6a68e64c612285a5e06152def2 (diff) | |
| download | emacs-dfcf069d565c347abf3cb7cec80e6ed8432037ba.tar.gz emacs-dfcf069d565c347abf3cb7cec80e6ed8432037ba.zip | |
Fix -Wimplicit warnings.
Diffstat (limited to 'src/xmenu.c')
| -rw-r--r-- | src/xmenu.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/xmenu.c b/src/xmenu.c index 09cc1af864c..5e7c0c966ec 100644 --- a/src/xmenu.c +++ b/src/xmenu.c | |||
| @@ -686,7 +686,7 @@ cached information about equivalent key sequences.") | |||
| 686 | /* Use the mouse's current position. */ | 686 | /* Use the mouse's current position. */ |
| 687 | FRAME_PTR new_f = selected_frame; | 687 | FRAME_PTR new_f = selected_frame; |
| 688 | Lisp_Object bar_window; | 688 | Lisp_Object bar_window; |
| 689 | int part; | 689 | enum scroll_bar_part part; |
| 690 | unsigned long time; | 690 | unsigned long time; |
| 691 | 691 | ||
| 692 | if (mouse_position_hook) | 692 | if (mouse_position_hook) |
| @@ -1095,6 +1095,7 @@ popup_get_selection (initial_event, dpyinfo, id) | |||
| 1095 | passing it to the toolkit right away, is that we can safely | 1095 | passing it to the toolkit right away, is that we can safely |
| 1096 | execute Lisp code. */ | 1096 | execute Lisp code. */ |
| 1097 | 1097 | ||
| 1098 | void | ||
| 1098 | x_activate_menubar (f) | 1099 | x_activate_menubar (f) |
| 1099 | FRAME_PTR f; | 1100 | FRAME_PTR f; |
| 1100 | { | 1101 | { |
| @@ -2606,6 +2607,7 @@ xmenu_show (f, x, y, for_click, keymaps, title, error) | |||
| 2606 | 2607 | ||
| 2607 | #endif /* HAVE_MENUS */ | 2608 | #endif /* HAVE_MENUS */ |
| 2608 | 2609 | ||
| 2610 | void | ||
| 2609 | syms_of_xmenu () | 2611 | syms_of_xmenu () |
| 2610 | { | 2612 | { |
| 2611 | staticpro (&menu_items); | 2613 | staticpro (&menu_items); |