(output_skeleton): Use end_of_output_subpipe() to handle

the lack of pipe/fork functionality on non-posix systems.
This commit is contained in:
Juan Manuel Guerrero
2005-10-02 16:59:42 +00:00
parent 3d86656c1d
commit ec4d88f496

View File

@@ -577,6 +577,7 @@ output_skeleton (void)
/* Read and process m4's output. */
timevar_push (TV_M4);
end_of_output_subpipe (pid, filter_fd);
in = fdopen (filter_fd[1], "r");
if (! in)
error (EXIT_FAILURE, get_errno (),