This patch eliminates the bison warning about "%name-prefix =" being deprecated.
Signed-off-by: Steve Beattie <[email protected]> --- parser/libapparmor_re/parse.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: b/parser/libapparmor_re/parse.y =================================================================== --- a/parser/libapparmor_re/parse.y +++ b/parser/libapparmor_re/parse.y @@ -60,7 +60,7 @@ static inline Chars* insert_char_range(C %lex-param {YYLEX_PARAM} %parse-param {Node **root} %parse-param {const char *text} -%name-prefix = "regex_" +%name-prefix "regex_" %token <c> CHAR %type <c> regex_char cset_char1 cset_char cset_charN -- AppArmor mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/apparmor
