Mercurial > emacs
changeset 29441:3ff463c78c10
(menu_item_selection): Declare volatile unconditionally.
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 05 Jun 2000 14:30:01 +0000 |
parents | fdd8b9d0613c |
children | e7dca295c541 |
files | src/xmenu.c |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xmenu.c Mon Jun 05 14:27:07 2000 +0000 +++ b/src/xmenu.c Mon Jun 05 14:30:01 2000 +0000 @@ -1924,11 +1924,7 @@ 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)