* nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as NSInteger (Bug#5811).

This commit is contained in:
Adrian Robert 2010-04-13 09:01:46 +03:00
parent 658b9b9347
commit b2e40a75ce

View file

@ -1709,7 +1709,7 @@ - (void)dealloc
- (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 */