diff src/process-unix.c @ 2268:61855263cb07

[xemacs-hg @ 2004-09-14 14:32:29 by james] Identify functions that don't return, including some DEFUNs.
author james
date Tue, 14 Sep 2004 14:33:07 +0000
parents 4542b72c005e
children 04bc9d2f42c7
line wrap: on
line diff
--- a/src/process-unix.c	Tue Sep 14 02:53:16 2004 +0000
+++ b/src/process-unix.c	Tue Sep 14 14:33:07 2004 +0000
@@ -879,7 +879,10 @@
    XEmacs?), this should be verified as an executable directory by the
    parent.  */
 
-static void
+static DECLARE_DOESNT_RETURN (child_setup (int, int, int, Ibyte **,
+					   Lisp_Object));
+
+static DOESNT_RETURN
 child_setup (int in, int out, int err, Ibyte **new_argv,
 	     Lisp_Object current_dir)
 {