mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
Workaround for older bisons
This commit is contained in:
parent
b7761af34d
commit
4fec43067e
@ -58,6 +58,11 @@ struct keyword {
|
||||
|
||||
#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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user