mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 15:23:02 +00:00
* src/output.c (output): Topological sort of the functions, in
order to get rid of the `static' prototypes. No longer use `register'. * src/output.h: New file. Propagate its inclusion in files explicitly prototyping functions from output.c.
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
#include "files.h"
|
||||
#include "complain.h"
|
||||
#include "derives.h"
|
||||
#include "output.h"
|
||||
|
||||
#if 0 /* XXX currently unused. */
|
||||
/* Nonzero means failure has been detected; don't write a parser file. */
|
||||
@@ -35,7 +36,6 @@ static int failure;
|
||||
char *program_name;
|
||||
|
||||
extern char *printable_version PARAMS ((int));
|
||||
extern void berror PARAMS ((const char *));
|
||||
|
||||
extern void openfiles PARAMS ((void));
|
||||
extern void reader PARAMS ((void));
|
||||
@@ -48,7 +48,6 @@ extern void initialize_conflicts PARAMS ((void));
|
||||
extern void finalize_conflicts PARAMS ((void));
|
||||
extern void verbose PARAMS ((void));
|
||||
extern void terse PARAMS ((void));
|
||||
extern void output PARAMS ((void));
|
||||
|
||||
|
||||
/* VMS complained about using `int'. */
|
||||
|
||||
Reference in New Issue
Block a user