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;