From 641d87f548c177edbaeecc717eda42323b0e2c7f Mon Sep 17 00:00:00 2001 From: Adrian Robert Date: Fri, 21 Aug 2009 19:29:31 +0000 Subject: [PATCH] nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of timer_check() to avoid crash on Leopard/PPC. Bug #2154. --- src/nsmenu.m | 1 + 1 file changed, 1 insertion(+) diff --git a/src/nsmenu.m b/src/nsmenu.m index aab3016e5e8..05184660bac 100644 --- a/src/nsmenu.m +++ b/src/nsmenu.m @@ -1887,6 +1887,7 @@ void process_dialog (id window, Lisp_Object list) - (Lisp_Object)runDialogAt: (NSPoint)p { int 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 */ popupSession = [NSApp beginModalSessionForWindow: self]; -- 2.39.2