bird/conf
Ondrej Zajicek 26d92bb892 A hack to distinguish if..else from else: in case.
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.
2011-03-23 12:49:53 +01:00
..
cf-lex.l A hack to distinguish if..else from else: in case. 2011-03-23 12:49:53 +01:00
conf.c Adds check for no protocol and some minor CLI fixes. 2010-03-17 12:19:22 +01:00
conf.h Configurable syslog name. 2010-04-07 15:34:45 +02:00
confbase.Y A hack to distinguish if..else from else: in case. 2011-03-23 12:49:53 +01:00
Doc Moved parser docs to cf-lex.l, so that the parser compiles. 2000-06-04 15:22:20 +00:00
gen_commands.m4 Client: Online help works (Cisco style: just press `?' at the end of a line). 2000-02-17 22:00:13 +00:00
gen_keywords.m4 Fix configure to enable warnings and fix most of them. 2010-02-21 14:34:53 +01:00
gen_parser.m4 Split CF_HDR section to CF_HDR (only includes) and CF_DEFINES (defines, 2000-04-28 15:11:10 +00:00
Makefile Flex does not need the output of Bison. 2009-08-10 14:36:30 +02:00