]> git.saurik.com Git - bison.git/commitdiff
(output_skeleton): Use end_of_output_subpipe() to handle
authorJuan Manuel Guerrero <juan.guerrero@gmx.de>
Sun, 2 Oct 2005 16:59:42 +0000 (16:59 +0000)
committerJuan Manuel Guerrero <juan.guerrero@gmx.de>
Sun, 2 Oct 2005 16:59:42 +0000 (16:59 +0000)
the lack of pipe/fork functionality on non-posix systems.

src/output.c

index 5b12f72806cf969df030e7f8c9fff79f4301055d..24a77a8ce1903e4e9987e934928ccaac91d9b536 100644 (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 (),