diff options
| -rw-r--r-- | src/xmenu.c | 3 |
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. */) | |||
| 1397 | GtkWidget *menubar; | 1397 | GtkWidget *menubar; |
| 1398 | FRAME_PTR f; | 1398 | FRAME_PTR f; |
| 1399 | 1399 | ||
| 1400 | /* gcc 2.95 doesn't accept the FRAME_PTR declaration after | ||
| 1401 | BLOCK_INPUT. */ | ||
| 1402 | |||
| 1400 | BLOCK_INPUT; | 1403 | BLOCK_INPUT; |
| 1401 | f = check_x_frame (frame); | 1404 | f = check_x_frame (frame); |
| 1402 | 1405 | ||