Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
2267:5753220a0f80 | 2268:61855263cb07 |
---|---|
877 directory the subprocess should have. Since we can't really signal | 877 directory the subprocess should have. Since we can't really signal |
878 a decent error from within the child (#### not quite correct in | 878 a decent error from within the child (#### not quite correct in |
879 XEmacs?), this should be verified as an executable directory by the | 879 XEmacs?), this should be verified as an executable directory by the |
880 parent. */ | 880 parent. */ |
881 | 881 |
882 static void | 882 static DECLARE_DOESNT_RETURN (child_setup (int, int, int, Ibyte **, |
883 Lisp_Object)); | |
884 | |
885 static DOESNT_RETURN | |
883 child_setup (int in, int out, int err, Ibyte **new_argv, | 886 child_setup (int in, int out, int err, Ibyte **new_argv, |
884 Lisp_Object current_dir) | 887 Lisp_Object current_dir) |
885 { | 888 { |
886 Ibyte **env; | 889 Ibyte **env; |
887 Ibyte *pwd; | 890 Ibyte *pwd; |