From: Chong Yidong Date: Mon, 4 Aug 2008 17:14:16 +0000 (+0000) Subject: (find_and_call_menu_selection): Fix prototype. X-Git-Tag: emacs-pretest-23.0.90~3660 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=faf257a1609acac6d1bfda8dfd12cdc2d096f542;p=emacs.git (find_and_call_menu_selection): Fix prototype. --- diff --git a/src/nsterm.h b/src/nsterm.h index c6da68e6c07..d2a66aadfef 100644 --- a/src/nsterm.h +++ b/src/nsterm.h @@ -773,7 +773,7 @@ extern void ns_release_autorelease_pool (); extern void update_frame_tool_bar (FRAME_PTR f); extern void free_frame_tool_bar (FRAME_PTR f); extern void find_and_call_menu_selection (FRAME_PTR f, - EMACS_INT menu_bar_items_used, Lisp_Object vector, void *client_data); + int menu_bar_items_used, Lisp_Object vector, void *client_data); extern Lisp_Object find_and_return_menu_selection (FRAME_PTR f, int keymaps, void *client_data);