mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 07:13:02 +00:00
* src/LR0.h: New file.
Propagate its use.
This commit is contained in:
13
src/main.c
13
src/main.c
@@ -31,11 +31,7 @@
|
||||
#include "reduce.h"
|
||||
#include "nullable.h"
|
||||
#include "print.h"
|
||||
|
||||
#if 0 /* XXX currently unused. */
|
||||
/* Nonzero means failure has been detected; don't write a parser file. */
|
||||
static int failure;
|
||||
#endif
|
||||
#include "LR0.h"
|
||||
|
||||
/* The name this program was run with, for messages. */
|
||||
char *program_name;
|
||||
@@ -44,13 +40,6 @@ extern void berror PARAMS((const char *));
|
||||
|
||||
extern char *printable_version PARAMS ((int));
|
||||
|
||||
extern void generate_states PARAMS ((void));
|
||||
extern void initialize_conflicts PARAMS ((void));
|
||||
extern void finalize_conflicts PARAMS ((void));
|
||||
|
||||
|
||||
/* VMS complained about using `int'. */
|
||||
|
||||
int
|
||||
main (int argc, char *argv[])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user