diff lib-src/emacsclient.c @ 72005:da0099bc0ba4

* ebrowse.c (usage, version): Mark as NO_RETURN. * emacsclient.c (print_help_and_exit): Likewise. * xterm.c (x_connection_closed, x_error_quitter): Mark as NO_RETURN. * textprop.c (text_read_only): Likewise. * lread.c (end_of_file_error): Likewise. * lisp.h (circular_list_error, memory_full, buffer_memory_full): Likewise. * eval.c (unwind_to_catch): Likewise. * buffer.h (buffer_slot_type_mismatch): Likewise.
author Dan Nicolaescu <dann@ics.uci.edu>
date Tue, 18 Jul 2006 16:33:45 +0000
parents 3661e9b3c48f
children 368665ce6f35 02e39decdc84 8a8e69664178
line wrap: on
line diff
--- a/lib-src/emacsclient.c	Tue Jul 18 15:04:49 2006 +0000
+++ b/lib-src/emacsclient.c	Tue Jul 18 16:33:45 2006 +0000
@@ -67,7 +67,7 @@
 /* If non-NULL, the filename of the UNIX socket.  */
 char *socket_name = NULL;
 
-void print_help_and_exit ();
+void print_help_and_exit () NO_RETURN;
 
 struct option longopts[] =
 {