mirror of
https://github.com/NixOS/nix
synced 2025-06-26 20:01:15 +02:00
* Refactoring: move variable uses to a separate class.
This commit is contained in:
parent
110d155778
commit
81de12bc8f
4 changed files with 31 additions and 35 deletions
|
@ -238,7 +238,7 @@ private:
|
|||
void addPrimOp(const string & name,
|
||||
unsigned int arity, PrimOp primOp);
|
||||
|
||||
Value * lookupVar(Env * env, const Symbol & name);
|
||||
Value * lookupVar(Env * env, const VarRef & var);
|
||||
|
||||
friend class ExprVar;
|
||||
friend class ExprAttrs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue