mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Revert "Revert 0.7.6 code for 0.7.5 re-release"
This reverts commit d1349c9cfb.
This commit is contained in:
@@ -35,7 +35,7 @@ bitstruct SubProcessOptions : int
|
||||
{
|
||||
// Combine stdout and stderr to the same file
|
||||
bool combined_stdout_stderr;
|
||||
// Child process should inhert env variables of parent process
|
||||
// Child process should inherit env variables of parent process
|
||||
bool inherit_environment;
|
||||
// Enable async reading of stdout/stderr before completion
|
||||
bool read_async;
|
||||
|
||||
Reference in New Issue
Block a user