mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
The apparmor parser build fails when bison 3 is used. The following
patch is needed to fix the build. patch from: Jan Rękorajski <baggins@pld-linux.org> Signed-off-by: John Johansen <john.johansen@canonical.com> Acked-by: Steve Beattie <steve@nxnw.org>
This commit is contained in:
parent
6417e87d59
commit
01b23e02fa
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ static inline Chars* insert_char_range(Chars* cset, uchar a, uchar b)
|
|||
|
||||
%pure-parser
|
||||
/* %error-verbose */
|
||||
%lex-param {YYLEX_PARAM}
|
||||
%parse-param {Node **root}
|
||||
%parse-param {const char *text}
|
||||
%name-prefix = "regex_"
|
||||
|
|
Loading…
Add table
Reference in a new issue