From b2e40a75ce42cb8441c60fc250a91ef2d6b7702a Mon Sep 17 00:00:00 2001 From: Adrian Robert Date: Tue, 13 Apr 2010 09:01:46 +0300 Subject: [PATCH] * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as NSInteger (Bug#5811). --- src/nsmenu.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nsmenu.m b/src/nsmenu.m index 2581be9aeb7..f85ebc165af 100644 --- a/src/nsmenu.m +++ b/src/nsmenu.m @@ -1709,7 +1709,7 @@ void process_dialog (id window, Lisp_Object list) - (Lisp_Object)runDialogAt: (NSPoint)p { - int ret; + NSInteger ret; extern EMACS_TIME timer_check (int do_it_now); /* TODO: add to a header */ /* initiate a session that will be ended by pop_down_menu */ -- 2.39.5