mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-10 21:03:04 +00:00
gnulib: update
* src/output.c, src/print-xml.c: Adjust.
This commit is contained in:
@@ -782,9 +782,12 @@ output_skeleton (void)
|
||||
fputc ('\n', stderr);
|
||||
}
|
||||
|
||||
/* The ugly cast is because gnulib gets the const-ness wrong. */
|
||||
pid = create_pipe_bidi ("m4", m4, (char **)(void*)argv, false, true,
|
||||
true, filter_fd);
|
||||
pid = create_pipe_bidi ("m4", m4, argv,
|
||||
/* directory */ NULL,
|
||||
/* null_stderr */ false,
|
||||
/* slave_process */ true,
|
||||
/* exit_on_error */ true,
|
||||
filter_fd);
|
||||
}
|
||||
|
||||
free (skeldir);
|
||||
|
||||
@@ -564,11 +564,12 @@ print_html (void)
|
||||
|
||||
int status
|
||||
= execute (argv[0],
|
||||
argv[0], (char **)(void*)(argv),
|
||||
argv[0], argv,
|
||||
/* directory */ NULL,
|
||||
/* ignore_sigpipe */ false,
|
||||
/* null_stdin, null_stdout, null_stderr */ true, true, true,
|
||||
/* slave_process */ true, /* exit_on_error */ false,
|
||||
NULL);
|
||||
/* termsigp */ NULL);
|
||||
if (status)
|
||||
complain (NULL, complaint, _("%s failed with status %d"), argv[0], status);
|
||||
free (xml2html);
|
||||
|
||||
Reference in New Issue
Block a user