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:
parent
b3ceea84fd
commit
179e2a0934
@ -35,6 +35,9 @@ check_u16(uint val)
|
||||
|
||||
CF_DECLS
|
||||
|
||||
/* %define parse.error verbose */
|
||||
%error-verbose
|
||||
|
||||
%union {
|
||||
uint i;
|
||||
u32 i32;
|
||||
|
Loading…
Reference in New Issue
Block a user