Missing variables

This commit is contained in:
jjgarcia 2004-08-02 09:42:04 +00:00
parent 8c87a065ff
commit f97de40586

View file

@ -236,6 +236,7 @@ si_close_pipe(cl_object stream)
#else
{
int child_pid;
int child_stdin, child_stdout, child_stderr;
argv = CONS(command, nconc(argv, CONS(Cnil, Cnil)));
argv = cl_funcall(3, @'coerce', argv, @'vector');
if (input == @':stream') {