(x_connection_closed): Remove NO_RETURN.
This commit is contained in:
parent
ebbcece31c
commit
f7fa495019
1 changed files with 3 additions and 1 deletions
|
@ -366,7 +366,9 @@ static void x_check_expected_move P_ ((struct frame *, int, int));
|
|||
static void x_sync_with_move P_ ((struct frame *, int, int, int));
|
||||
static int handle_one_xevent P_ ((struct x_display_info *, XEvent *,
|
||||
int *, struct input_event *));
|
||||
static SIGTYPE x_connection_closed P_ ((Display *, char *)) NO_RETURN;
|
||||
/* Don't declare this NO_RETURN because we want no
|
||||
interference with debugging failing X calls. */
|
||||
static SIGTYPE x_connection_closed P_ ((Display *, char *));
|
||||
|
||||
|
||||
/* Flush display of frame F, or of all frames if F is null. */
|
||||
|
|
Loading…
Add table
Reference in a new issue