]> git.pld-linux.org Git - packages/apparmor-parser.git/blob - bison3.patch
- fix building with bison 3.0
[packages/apparmor-parser.git] / bison3.patch
1 --- apparmor-2.8.2/parser/libapparmor_re/parse.y~       2012-02-24 13:20:46.000000000 +0100
2 +++ apparmor-2.8.2/parser/libapparmor_re/parse.y        2013-11-04 21:52:32.975269560 +0100
3 @@ -57,6 +56,7 @@
4  
5  %pure-parser
6  /* %error-verbose */
7 +%lex-param {YYLEX_PARAM}
8  %parse-param {Node **root}
9  %parse-param {const char *text}
10  %name-prefix = "regex_"
This page took 0.061938 seconds and 3 git commands to generate.