From e5990b016a7c7d17e0dac1cadb6e8bc2c91610b0 Mon Sep 17 00:00:00 2001 From: Tomasz Bursztyka Date: Thu, 2 Aug 2012 00:31:35 +0000 Subject: expression: Differentiate expr among anonymous structures in struct expr This fixes compilation with gcc-4.7 Signed-off-by: Tomasz Bursztyka Signed-off-by: Pablo Neira Ayuso --- include/expression.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/expression.h b/include/expression.h index 88042846..7074bbe7 100644 --- a/include/expression.h +++ b/include/expression.h @@ -195,7 +195,7 @@ struct expr { }; struct { /* EXPR_PREFIX */ - struct expr *expr; + struct expr *prefix; unsigned int prefix_len; }; struct { @@ -219,7 +219,7 @@ struct expr { }; struct { /* EXPR_MAP */ - struct expr *expr; + struct expr *map; struct expr *mappings; }; -- cgit v1.2.3