* Drop ATmake / ATMatcher also in handling store expressions.
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
#include "eval.hh"
|
||||
#include "parser.hh"
|
||||
#include "constructors.hh"
|
||||
#include "nixexpr-ast.hh"
|
||||
|
||||
|
||||
EvalState::EvalState()
|
||||
@@ -10,7 +10,7 @@ EvalState::EvalState()
|
||||
|
||||
nrEvaluated = nrCached = 0;
|
||||
|
||||
initSyms();
|
||||
initNixExprHelpers();
|
||||
|
||||
addPrimOps();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user