From: Chong Yidong Date: Sun, 5 Nov 2006 17:30:30 +0000 (+0000) Subject: Add a comment. X-Git-Tag: emacs-pretest-22.0.91~316 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=718aeeb80fb164dfee38ee604e887bb9b46264b2;p=emacs.git Add a comment. --- diff --git a/src/xmenu.c b/src/xmenu.c index 4882f8d0d6f..397e8a59e81 100644 --- a/src/xmenu.c +++ b/src/xmenu.c @@ -1397,6 +1397,9 @@ If FRAME is nil or not given, use the selected frame. */) GtkWidget *menubar; FRAME_PTR f; + /* gcc 2.95 doesn't accept the FRAME_PTR declaration after + BLOCK_INPUT. */ + BLOCK_INPUT; f = check_x_frame (frame);