diff options
Diffstat (limited to 'src/libexpr/parser-state.hh')
-rw-r--r-- | src/libexpr/parser-state.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libexpr/parser-state.hh b/src/libexpr/parser-state.hh index 34863c001..b0fb93767 100644 --- a/src/libexpr/parser-state.hh +++ b/src/libexpr/parser-state.hh @@ -42,6 +42,7 @@ struct ParserState { Expr * result; SourcePath basePath; PosTable::Origin origin; + const Expr::AstSymbols & s; void dupAttr(const AttrPath & attrPath, const PosIdx pos, const PosIdx prevPos); void dupAttr(Symbol attr, const PosIdx pos, const PosIdx prevPos); |