Enforce bison requirement to 3.0.4.

Previous versions of bison proven to generate broken code which caused to assert() regression
tests of libmodsecurity for clang 3.4 and gcc 4.8.  Upgrading bison to 3.0.4 solved mentioned issues
for FreeBSD 10, CentOS 7, RHEL 7 and Ubuntu 14.
This commit is contained in:
Alexey Zelkin
2016-06-15 16:32:10 +00:00
committed by Felipe Zimmerle
parent 32f22d1a79
commit cb91af537c

View File

@@ -1,5 +1,5 @@
%skeleton "lalr1.cc" /* -*- C++ -*- */
%require "3.0"
%require "3.0.4"
%defines
%define parser_class_name {seclang_parser}
%define api.token.constructor