mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-13 22:33:03 +00:00
* src/conflicts.c (conflict_report): New function.
(conflict_log, verbose_conflict_log): Replace with... (print_conflicts): this function. Adjust dependencies. * src/conflicts.h: New file. Propagate its inclusion.
This commit is contained in:
@@ -100,13 +100,13 @@
|
||||
#include "output.h"
|
||||
#include "lalr.h"
|
||||
#include "reader.h"
|
||||
#include "conflicts.h"
|
||||
|
||||
extern void berror PARAMS((const char *));
|
||||
|
||||
extern char **tags;
|
||||
extern short *user_toknums;
|
||||
extern int final_state;
|
||||
extern errs **err_table;
|
||||
|
||||
|
||||
static int nvectors;
|
||||
|
||||
Reference in New Issue
Block a user