mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-09 20:58:44 +00:00
I tried to turn on the YYERROR_VERBOSE switch, but bison is buggy as hell,
so it doesn't even compile. Turned it again off and added a comment on it.
This commit is contained in:
parent
efe51e3863
commit
f2c6c80a24
@ -19,6 +19,8 @@ CF_HDR
|
||||
#include "nest/cli.h"
|
||||
#include "filter/filter.h"
|
||||
|
||||
/* FIXME: Turn on YYERROR_VERBOSE and work around lots of bison bugs? */
|
||||
|
||||
CF_DECLS
|
||||
|
||||
%union {
|
||||
|
Loading…
Reference in New Issue
Block a user