mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-17 08:38:42 +00:00
26d92bb892
The old BIRD grammar needs two lookaheads to distinguish if..else from else: in case, which caused the parser to fail on some combinations of both expressions. This patch replaces two tokens 'else' ':' by one token 'else:' to fix that. |
||
---|---|---|
.. | ||
config.Y | ||
Doc | ||
f-util.c | ||
filter.c | ||
filter.h | ||
Makefile | ||
test6.conf | ||
test.conf | ||
test.conf2 | ||
tree.c | ||
trie.c |