]> git.eshelyaron.com Git - emacs.git/commitdiff
(menu_item_selection): Declare volatile unconditionally.
authorDave Love <fx@gnu.org>
Mon, 5 Jun 2000 14:30:01 +0000 (14:30 +0000)
committerDave Love <fx@gnu.org>
Mon, 5 Jun 2000 14:30:01 +0000 (14:30 +0000)
src/xmenu.c

index f0030006fa8e873e3c737d9e1df9b06459efeb0c..2bc24d6d1fc0631cb69f00f5038141dbddc8cdab 100644 (file)
@@ -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)