mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-23 13:01:42 -08:00
rename function arguments to avoid collision with identically named define
Fixes mingw build error.
This commit is contained in:
parent
a8d7305fb6
commit
2ccc5de365
1 changed files with 2 additions and 2 deletions
|
|
@ -1911,10 +1911,10 @@ extern ECL_API cl_object si_waitpid(cl_object pid, cl_object wait);
|
|||
extern ECL_API cl_object si_killpid(cl_object pid, cl_object signal);
|
||||
|
||||
extern ECL_API cl_object si_run_program_inner
|
||||
(cl_object command, cl_object argv, cl_object environ);
|
||||
(cl_object command, cl_object argv, cl_object environment);
|
||||
|
||||
extern ECL_API cl_object si_spawn_subprocess
|
||||
(cl_object command, cl_object argv, cl_object environ,
|
||||
(cl_object command, cl_object argv, cl_object environment,
|
||||
cl_object input, cl_object output, cl_object error);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue