Mercurial > emacs
diff src/xmenu.c @ 109639:8ee3605b9d8a
Fix changes in revnos 100982..100984 for Windows build.
* dired.c (compile_pattern):
* syssignal.h (signal_handler_t): Restore declarations.
* w32font.c (Qlatin): Remove declaration.
* menu.h (xmalloc_widget_value, digest_single_submenu): Declare.
* xmenu.c [USE_X_TOOLKIT || USE_GTK]:
Don't declare xmalloc_widget_value and digest_single_submenu.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Fri, 06 Aug 2010 02:16:24 +0200 |
| parents | c4c8e4a16194 |
| children | e2f8226efb99 |
line wrap: on
line diff
--- a/src/xmenu.c Thu Aug 05 17:07:36 2010 -0700 +++ b/src/xmenu.c Fri Aug 06 02:16:24 2010 +0200 @@ -122,11 +122,6 @@ static int next_menubar_widget_id; -#if defined (USE_X_TOOLKIT) || defined (USE_GTK) -extern widget_value *xmalloc_widget_value (void); -extern widget_value *digest_single_submenu (int, int, int); -#endif - #ifdef USE_X_TOOLKIT
