mirror of
https://github.com/NixOS/nix
synced 2025-06-26 20:01:15 +02:00
Merge VarRef into ExprVar
This commit is contained in:
parent
176c666f36
commit
221a2daf34
4 changed files with 8 additions and 21 deletions
|
@ -209,7 +209,7 @@ public:
|
|||
|
||||
private:
|
||||
|
||||
inline Value * lookupVar(Env * env, const VarRef & var, bool noEval);
|
||||
inline Value * lookupVar(Env * env, const ExprVar & var, bool noEval);
|
||||
|
||||
friend class ExprVar;
|
||||
friend class ExprAttrs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue