From: Dave Love Date: Mon, 5 Jun 2000 14:30:01 +0000 (+0000) Subject: (menu_item_selection): Declare volatile unconditionally. X-Git-Tag: emacs-pretest-21.0.90~3504 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=edc8940c14ab6d35548349fc1452c2036156f8bf;p=emacs.git (menu_item_selection): Declare volatile unconditionally. --- diff --git a/src/xmenu.c b/src/xmenu.c index f0030006fa8..2bc24d6d1fc 100644 --- a/src/xmenu.c +++ b/src/xmenu.c @@ -1924,11 +1924,7 @@ free_frame_menubar (f) next_menubar_widget_id. */ LWLIB_ID widget_id_tick; -#ifdef __STDC__ static Lisp_Object *volatile menu_item_selection; -#else -static Lisp_Object *menu_item_selection; -#endif static void popup_selection_callback (widget, id, client_data)