# HG changeset patch # User Richard M. Stallman # Date 1179822486 0 # Node ID e0264dddb1ca176bf6b442d30ec700d68d163ac8 # Parent 677c6dd06818c2d4ee4af9c5ff4e00264d3928c9 (x_connection_closed): Remove NO_RETURN. diff -r 677c6dd06818 -r e0264dddb1ca src/xterm.c --- a/src/xterm.c Tue May 22 08:23:36 2007 +0000 +++ b/src/xterm.c Tue May 22 08:28:06 2007 +0000 @@ -366,7 +366,9 @@ 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. */