diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2010-08-06 02:16:24 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2010-08-06 02:16:24 +0200 |
commit | a11889abf9abb4ef7e454cf970247c9a1b88b78b (patch) | |
tree | d7a6da080c68a18ca15616c6a35df1dfbe7faa50 /src/xmenu.c | |
parent | ae877222c5af8c0d670adec1b68f4ad18f8466a2 (diff) | |
download | emacs-a11889abf9abb4ef7e454cf970247c9a1b88b78b.tar.gz emacs-a11889abf9abb4ef7e454cf970247c9a1b88b78b.tar.bz2 emacs-a11889abf9abb4ef7e454cf970247c9a1b88b78b.zip |
Fix changes in 2010-08-05T23:15:24Z!dann@ics.uci.edu..2010-08-05T23:34:12Z!dann@ics.uci.edu 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.
Diffstat (limited to 'src/xmenu.c')
-rw-r--r-- | src/xmenu.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/xmenu.c b/src/xmenu.c index a723e6389ef..0b24a8f2bd6 100644 --- a/src/xmenu.c +++ b/src/xmenu.c @@ -122,11 +122,6 @@ static int popup_activated_flag; 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 |