summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2006-11-05 17:30:30 +0000
committerChong Yidong <cyd@stupidchicken.com>2006-11-05 17:30:30 +0000
commit718aeeb80fb164dfee38ee604e887bb9b46264b2 (patch)
tree88b3e433eed94d6d6d4c826b5fbba8fbe723380c /src
parent82c1177c3700c092414fdec3644fb86ed1f01628 (diff)
downloademacs-718aeeb80fb164dfee38ee604e887bb9b46264b2.tar.gz
Add a comment.
Diffstat (limited to 'src')
-rw-r--r--src/xmenu.c3
1 files changed, 3 insertions, 0 deletions
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);