mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-17 08:13:02 +00:00
* src/files.c: Formatting changes.
(tryopen, tryclose, openfiles): Rename as... (xfopen, xfclose, open_files): this. (stringappend): static. * src/files.h: Complete the list of exported symbols. Propagate its use.
This commit is contained in:
@@ -41,7 +41,6 @@ extern void berror PARAMS((const char *));
|
||||
|
||||
extern char *printable_version PARAMS ((int));
|
||||
|
||||
extern void openfiles PARAMS ((void));
|
||||
extern void reduce_grammar PARAMS ((void));
|
||||
extern void set_nullable PARAMS ((void));
|
||||
extern void free_nullable PARAMS ((void));
|
||||
@@ -68,7 +67,7 @@ main (int argc, char *argv[])
|
||||
/* Be ready to clean up if we exit. */
|
||||
atexit (done);
|
||||
|
||||
openfiles ();
|
||||
open_files ();
|
||||
|
||||
/* Read the input. Copy some parts of it to FGUARD, FACTION, FTABLE
|
||||
and FATTRS. In file reader.c. The other parts are recorded in
|
||||
|
||||
Reference in New Issue
Block a user