mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-02 23:35:37 +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
|
%pure-parser
|
||||||
/* %error-verbose */
|
/* %error-verbose */
|
||||||
|
%lex-param {YYLEX_PARAM}
|
||||||
%parse-param {Node **root}
|
%parse-param {Node **root}
|
||||||
%parse-param {const char *text}
|
%parse-param {const char *text}
|
||||||
%name-prefix = "regex_"
|
%name-prefix = "regex_"
|
||||||
|
Reference in New Issue
Block a user