From 179e2a093413f90dc5ce3835c2f64cb40cf7d217 Mon Sep 17 00:00:00 2001 From: Jan Maria Matejka Date: Wed, 18 Jul 2018 12:41:39 +0200 Subject: [PATCH] Conf: a bit more verbose parser error messages --- conf/confbase.Y | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/confbase.Y b/conf/confbase.Y index 8fd72e5e..a7388db9 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;