]> git.ipfire.org Git - thirdparty/nftables.git/commit
parser: support bison >= 2.4
authorPatrick McHardy <kaber@trash.net>
Tue, 6 Jul 2010 03:57:00 +0000 (05:57 +0200)
committerPatrick McHardy <kaber@trash.net>
Tue, 6 Jul 2010 03:57:00 +0000 (05:57 +0200)
commit882a58ec5c8405470cf7550218682b3144dd7cb8
treeae455b1d36fbf71dd169b0082245cc2b1c6a393f
parent236838e0a2b1694c72098411802f411eccba7d12
parser: support bison >= 2.4

Work around stange behaviour in bison >= 2.4 (see large comment in parser.y for
details) and remove the skeleton file since it does not work with 2.4 anymore.
Its only purpose was to increase the amount of possible tokens reported in error
messages anyways.

Signed-off-by: Patrick McHardy <kaber@trash.net>
src/Makefile.in
src/parser-skeleton.c [deleted file]
src/parser.y