1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-26 20:01:15 +02:00

traceable_allocator

This commit is contained in:
Ben Burdette 2022-05-05 20:26:10 -06:00
parent f400c5466d
commit dea998b2f2
3 changed files with 7 additions and 3 deletions

View file

@ -276,6 +276,6 @@ void printClosureDiff(
void runRepl(
ref<EvalState> evalState,
const Expr & expr,
const std::map<std::string, Value *> & extraEnv);
const ValMap & extraEnv);
}