* process.c: (status_convert): Declare this to return a
authorJim Blandy <jimb@redhat.com>
Sat, 31 Oct 1992 05:27:42 +0000 (05:27 +0000)
committerJim Blandy <jimb@redhat.com>
Sat, 31 Oct 1992 05:27:42 +0000 (05:27 +0000)
commitf97388409e045f8ed7aec32517069de0534be754
tree165321dad7d1a6a7357e68a665ba402d68f91ee9
parent8caf6c73d778b9c871d566852f0dbab3dc56f9fe
* process.c: (status_convert): Declare this to return a
Lisp_Object at the top of the file.
(decode_status): Don't untag XCONS (tem)->cdr before storing it in
tem; tem is a Lisp_Object, too.
(process_send_signal): Declare this to be static void.  Don't
return Qnil; nobody cares.
(sigchld_handler): Use XFASTINT to manipulate p->infd.

* process.c (pty_process): Variable deleted; it's no longer used.
(syms_of_process): Don't initialize it.
src/process.c