Add a comment.
This commit is contained in:
parent
82c1177c37
commit
718aeeb80f
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue