mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Workaround for older bisons
This commit is contained in:
@@ -58,6 +58,11 @@ struct keyword {
|
|||||||
|
|
||||||
#include "conf/keywords.h"
|
#include "conf/keywords.h"
|
||||||
|
|
||||||
|
/* Could be defined by Bison in cf-parse.tab.h, inteferes with SYM hash */
|
||||||
|
#ifdef SYM
|
||||||
|
#undef SYM
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
static uint cf_hash(byte *c);
|
static uint cf_hash(byte *c);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user