]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Conf: a bit more verbose parser error messages
authorJan Maria Matejka <mq@ucw.cz>
Wed, 18 Jul 2018 10:41:39 +0000 (12:41 +0200)
committerJan Maria Matejka <mq@ucw.cz>
Mon, 13 Aug 2018 12:10:00 +0000 (14:10 +0200)
conf/confbase.Y

index 8fd72e5ecb87d94c8acf828f88f2ae0a2da0b761..a7388db90d36394bf166e087b6a5874254a44291 100644 (file)
@@ -35,6 +35,9 @@ check_u16(uint val)
 
 CF_DECLS
 
+/* %define parse.error verbose */
+%error-verbose
+
 %union {
   uint i;
   u32 i32;