mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 06:16:03 +00: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:
@@ -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_"
|
||||
|
Reference in New Issue
Block a user