aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/expression.h
diff options
Diffstat (limited to 'expression.h')
-rw-r--r--expression.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/expression.h b/expression.h
index ea6ab342..1bf02c4a 100644
--- a/expression.h
+++ b/expression.h
@@ -114,6 +114,7 @@ struct expression {
// EXPR_IDENTIFIER
struct /* ident_expr */ {
struct ident *expr_ident;
+ struct symbol *field;
struct expression *ident_expression;
};
// EXPR_INDEX