#include "files.h"
#include "getargs.h"
-warnings warnings_flag = Wconflicts_sr | Wconflicts_rr | Wother;
+warnings warnings_flag =
+ Wconflicts_sr | Wconflicts_rr | Wdeprecated | Wother;
bool complaint_issued;
static unsigned *indent_ptr = 0;
"yacc",
"conflicts-sr",
"conflicts-rr",
+ "deprecated",
"other"
};