mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-20 01:33:03 +00:00
* src/output.c (output_skeleton): tempdir is const.
bytes_read is unused.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2002-03-04 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
|
* src/output.c (output_skeleton): tempdir is const.
|
||||||
|
bytes_read is unused.
|
||||||
|
|
||||||
2002-03-04 Akim Demaille <akim@epita.fr>
|
2002-03-04 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
* lib/bbitset.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
|
* lib/bbitset.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
|
||||||
|
|||||||
@@ -958,10 +958,9 @@ static void
|
|||||||
output_skeleton (void)
|
output_skeleton (void)
|
||||||
{
|
{
|
||||||
/* Store the definition of all the muscles. */
|
/* Store the definition of all the muscles. */
|
||||||
char *tempdir = getenv ("TMPDIR");
|
const char *tempdir = getenv ("TMPDIR");
|
||||||
char *tempfile = NULL;
|
char *tempfile = NULL;
|
||||||
FILE *out = NULL;
|
FILE *out = NULL;
|
||||||
ssize_t bytes_read;
|
|
||||||
int fd;
|
int fd;
|
||||||
|
|
||||||
if (tempdir == NULL)
|
if (tempdir == NULL)
|
||||||
|
|||||||
Reference in New Issue
Block a user