strongswan/src/starter/parser
Tobias Brunner 192581e785 Replace two deprecated parser generator directives
There is a conflict between Flex's bison-bridge and Bison's api.prefix
options.  Apparently, the former was added without consulting the Bison
devs and requires YYSTYPE, which is not added to the header anymore by
the latter.  Instead, we just provide the proper definition of yyflex()
manually (as recommended by the Bison docs), so the option is not
required anymore.
2020-12-15 10:42:43 +01:00
..
conf_parser.c Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
conf_parser.h Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
lexer.l Replace two deprecated parser generator directives 2020-12-15 10:42:43 +01:00
parser.y Replace two deprecated parser generator directives 2020-12-15 10:42:43 +01:00