Mercurial > emacs
diff src/nsmenu.m @ 107939:3fef63e64210
* nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as NSInteger (Bug#5811).
| author | Adrian Robert <Adrian.B.Robert@gmail.com> |
|---|---|
| date | Tue, 13 Apr 2010 09:01:46 +0300 |
| parents | 1d1d5d9bd884 |
| children | b4da23aa9b59 376148b31b5e |
line wrap: on
line diff
--- a/src/nsmenu.m Sat Apr 10 19:31:01 2010 +0900 +++ b/src/nsmenu.m Tue Apr 13 09:01:46 2010 +0300 @@ -1709,7 +1709,7 @@ - (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 */
