mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +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,
|
||||
/* dll_dirs */ NULL,
|
||||
/* directory */ NULL,
|
||||
/* null_stderr */ false,
|
||||
/* slave_process */ true,
|
||||
|
||||
@@ -565,6 +565,7 @@ print_html (void)
|
||||
int status
|
||||
= execute (argv[0],
|
||||
argv[0], argv,
|
||||
/* dll_dirs */ NULL,
|
||||
/* directory */ NULL,
|
||||
/* ignore_sigpipe */ false,
|
||||
/* null_stdin, null_stdout, null_stderr */ true, true, true,
|
||||
|
||||
Reference in New Issue
Block a user