diff options
| author | Juanma Barranquero | 2008-06-09 23:48:12 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-06-09 23:48:12 +0000 |
| commit | 38fecd52448854c628a2de301462113d4ea605d4 (patch) | |
| tree | af71b2b5e523ea33579c1d8238fbc89806092628 | |
| parent | 12f718579e6d438e9cb3916b8d64ff3801706550 (diff) | |
| download | emacs-38fecd52448854c628a2de301462113d4ea605d4.tar.gz emacs-38fecd52448854c628a2de301462113d4ea605d4.zip | |
(digest_single_submenu): Declare extern.
| -rw-r--r-- | src/w32menu.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/w32menu.c b/src/w32menu.c index cb3e8f37082..4de203c9b39 100644 --- a/src/w32menu.c +++ b/src/w32menu.c | |||
| @@ -106,6 +106,7 @@ void w32_free_menu_strings P_((HWND)); | |||
| 106 | static int next_menubar_widget_id; | 106 | static int next_menubar_widget_id; |
| 107 | 107 | ||
| 108 | extern widget_value *xmalloc_widget_value P_ ((void)); | 108 | extern widget_value *xmalloc_widget_value P_ ((void)); |
| 109 | extern widget_value *digest_single_submenu P_ ((int, int, int)); | ||
| 109 | 110 | ||
| 110 | /* This is set nonzero after the user activates the menu bar, and set | 111 | /* This is set nonzero after the user activates the menu bar, and set |
| 111 | to zero again after the menu bars are redisplayed by prepare_menu_bar. | 112 | to zero again after the menu bars are redisplayed by prepare_menu_bar. |
| @@ -1261,7 +1262,7 @@ w32_menu_show (f, x, y, for_click, keymaps, title, error) | |||
| 1261 | complicated than simple yes/no type questions for which we can use | 1262 | complicated than simple yes/no type questions for which we can use |
| 1262 | the MessageBox function. | 1263 | the MessageBox function. |
| 1263 | */ | 1264 | */ |
| 1264 | 1265 | ||
| 1265 | static char * button_names [] = { | 1266 | static char * button_names [] = { |
| 1266 | "button1", "button2", "button3", "button4", "button5", | 1267 | "button1", "button2", "button3", "button4", "button5", |
| 1267 | "button6", "button7", "button8", "button9", "button10" }; | 1268 | "button6", "button7", "button8", "button9", "button10" }; |