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
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue