mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-10 11:12:58 -08:00
Missing variables
This commit is contained in:
parent
8c87a065ff
commit
f97de40586
1 changed files with 1 additions and 0 deletions
|
|
@ -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') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue