mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 05:13:04 +00:00
* src/output.c (output_skeleton): tempdir is const.
bytes_read is unused.
This commit is contained in:
@@ -958,10 +958,9 @@ static void
|
||||
output_skeleton (void)
|
||||
{
|
||||
/* Store the definition of all the muscles. */
|
||||
char *tempdir = getenv ("TMPDIR");
|
||||
const char *tempdir = getenv ("TMPDIR");
|
||||
char *tempfile = NULL;
|
||||
FILE *out = NULL;
|
||||
ssize_t bytes_read;
|
||||
int fd;
|
||||
|
||||
if (tempdir == NULL)
|
||||
|
||||
Reference in New Issue
Block a user