mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-20 09:43:03 +00:00
* src/files.c: Include "stdio-safer.h"; this fixes a typo in
the previous change.
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
2005-05-22 Paul Eggert <eggert@cs.ucla.edu>
|
2005-05-22 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
|
* src/files.c: Include "stdio-safer.h"; this fixes a typo in
|
||||||
|
the previous change.
|
||||||
|
|
||||||
Various maintainer cleanups.
|
Various maintainer cleanups.
|
||||||
* .cvsignore: Add a.exe, a.out, b.out,, conf[0-9]*, confdefs*,
|
* .cvsignore: Add a.exe, a.out, b.out,, conf[0-9]*, confdefs*,
|
||||||
conftest*, for benefit of CVS commands run at the same time as
|
conftest*, for benefit of CVS commands run at the same time as
|
||||||
|
|||||||
@@ -32,6 +32,7 @@
|
|||||||
#include "files.h"
|
#include "files.h"
|
||||||
#include "getargs.h"
|
#include "getargs.h"
|
||||||
#include "gram.h"
|
#include "gram.h"
|
||||||
|
#include "stdio-safer.h"
|
||||||
|
|
||||||
/* From basename.c. Almost a lie, as it returns a char *. */
|
/* From basename.c. Almost a lie, as it returns a char *. */
|
||||||
const char *base_name (char const *name);
|
const char *base_name (char const *name);
|
||||||
|
|||||||
Reference in New Issue
Block a user