mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 15:23:02 +00:00
warnings: move them to complain.c.
* src/getargs.h, src/getargs.c (warnings, warnings_flags): Move to... * src/complain.h, src/complain.c: Here.
This commit is contained in:
committed by
Akim Demaille
parent
327db05b22
commit
d0f11c1b62
@@ -29,6 +29,8 @@
|
||||
#include "files.h"
|
||||
#include "getargs.h"
|
||||
|
||||
int warnings_flag = Wconflicts_sr | Wconflicts_rr | Wother;
|
||||
|
||||
bool complaint_issued;
|
||||
static unsigned *indent_ptr = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user