From: Jan Maria Matejka Date: Wed, 18 Jul 2018 10:41:39 +0000 (+0200) Subject: Conf: a bit more verbose parser error messages X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=179e2a093413f90dc5ce3835c2f64cb40cf7d217;p=thirdparty%2Fbird.git Conf: a bit more verbose parser error messages --- diff --git a/conf/confbase.Y b/conf/confbase.Y index 8fd72e5ec..a7388db90 100644 --- a/conf/confbase.Y +++ b/conf/confbase.Y @@ -35,6 +35,9 @@ check_u16(uint val) CF_DECLS +/* %define parse.error verbose */ +%error-verbose + %union { uint i; u32 i32;