0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-01-03 07:31:54 +00:00

Conf: a bit more verbose parser error messages

This commit is contained in:
Jan Maria Matejka 2018-07-18 12:41:39 +02:00
parent b3ceea84fd
commit 179e2a0934

View File

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