From edc8940c14ab6d35548349fc1452c2036156f8bf Mon Sep 17 00:00:00 2001 From: Dave Love Date: Mon, 5 Jun 2000 14:30:01 +0000 Subject: [PATCH] (menu_item_selection): Declare volatile unconditionally. --- src/xmenu.c | 4 ---- 1 file changed, 4 deletions(-) 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) -- 2.39.2