On Wed, Nov 05, 2014 at 05:19:42PM -0800, [email protected] wrote:
> Signed-off-by: John Johansen <[email protected]>

Acked-by: Steve Beattie <[email protected]>

Thanks.

> ---
>  parser/parser_lex.l |    7 ++-----
>  1 file changed, 2 insertions(+), 5 deletions(-)
> 
> --- 3.0-diff.orig/parser/parser_lex.l
> +++ 3.0-diff/parser/parser_lex.l
> @@ -346,11 +346,6 @@
>       {CLOSE_PAREN} { POP_AND_RETURN(TOK_CLOSEPAREN); }
>  
>       {COMMA} { EAT_TOKEN("listval: ,\n"); }
> -
> -     ({LIST_VALUE_ID}|{QUOTED_ID}) {
> -             yylval.id = processid(yytext, yyleng);
> -             RETURN_TOKEN(TOK_VALUE);
> -     }
>  }
>  
>  <EXTCOND_MODE>{
> @@ -376,7 +371,9 @@
>  
>  <LIST_COND_PAREN_VAL>{
>       {CLOSE_PAREN}   { POP(); }
> +}
>  
> +<LIST_VAL_MODE,LIST_COND_PAREN_VAL>{
>       ({LIST_VALUE_ID}|{QUOTED_ID}) {
>               yylval.id = processid(yytext, yyleng);
>               RETURN_TOKEN(TOK_VALUE);
> 
> 
> -- 
> AppArmor mailing list
> [email protected]
> Modify settings or unsubscribe at: 
> https://lists.ubuntu.com/mailman/listinfo/apparmor

-- 
Steve Beattie
<[email protected]>
http://NxNW.org/~steve/

Attachment: signature.asc
Description: Digital signature

-- 
AppArmor mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/apparmor

Reply via email to