mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-22 10:07:12 +00:00
refactor(bison): replace deprecated name-prefix
with %define api.prefix
%name-prefix is deprecated in Bison 2.6. https://savannah.gnu.org/news/?id=7269
This commit is contained in:
parent
87e5a34252
commit
9c6ae3cf5c
@ -60,7 +60,7 @@ static inline Chars* insert_char_range(Chars* cset, transchar a, transchar b)
|
||||
%lex-param {YYLEX_PARAM}
|
||||
%parse-param {Node **root}
|
||||
%parse-param {const char *text}
|
||||
%name-prefix "regex_"
|
||||
%define api.prefix {regex_}
|
||||
|
||||
%token <c> CHAR
|
||||
%type <c> regex_char cset_char1 cset_char cset_charN
|
||||
|
Loading…
x
Reference in New Issue
Block a user