Commit 4fec4306 authored by Ondrej Zajicek (work)'s avatar Ondrej Zajicek (work)
Browse files

Workaround for older bisons

parent b7761af3
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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);