* Don't use ATerms for the abstract syntax trees anymore. Not
finished yet.
This commit is contained in:
@@ -11,7 +11,7 @@ namespace nix {
|
||||
|
||||
|
||||
void findAlongAttrPath(EvalState & state, const string & attrPath,
|
||||
const Bindings & autoArgs, Expr e, Value & v);
|
||||
const Bindings & autoArgs, Expr * e, Value & v);
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user