Mercurial > emacs
changeset 81029:2a256edee29f
(x_connection_closed): Remove NO_RETURN.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 22 May 2007 08:29:09 +0000 |
parents | 4e63146a7097 |
children | 461368ff4ff6 |
files | src/xterm.c |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.c Tue May 22 06:24:53 2007 +0000 +++ b/src/xterm.c Tue May 22 08:29:09 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. */