mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-16 15:53:03 +00:00
maint: adjust to Gnulib API changes
* src/output.c (output_skeleton): * src/print-xml.c (print_html): Adjust to Gnulib API changes.
This commit is contained in:
@@ -808,6 +808,7 @@ output_skeleton (void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
pid = create_pipe_bidi ("m4", m4, argv,
|
pid = create_pipe_bidi ("m4", m4, argv,
|
||||||
|
/* dll_dirs */ NULL,
|
||||||
/* directory */ NULL,
|
/* directory */ NULL,
|
||||||
/* null_stderr */ false,
|
/* null_stderr */ false,
|
||||||
/* slave_process */ true,
|
/* slave_process */ true,
|
||||||
|
|||||||
@@ -565,6 +565,7 @@ print_html (void)
|
|||||||
int status
|
int status
|
||||||
= execute (argv[0],
|
= execute (argv[0],
|
||||||
argv[0], argv,
|
argv[0], argv,
|
||||||
|
/* dll_dirs */ NULL,
|
||||||
/* directory */ NULL,
|
/* directory */ NULL,
|
||||||
/* ignore_sigpipe */ false,
|
/* ignore_sigpipe */ false,
|
||||||
/* null_stdin, null_stdout, null_stderr */ true, true, true,
|
/* null_stdin, null_stdout, null_stderr */ true, true, true,
|
||||||
|
|||||||
Reference in New Issue
Block a user