mirror of
https://github.com/NixOS/nix
synced 2025-06-27 12:41:15 +02:00
rename valmap
This commit is contained in:
parent
09fcfee925
commit
f400c5466d
2 changed files with 5 additions and 5 deletions
|
@ -37,7 +37,7 @@ struct PrimOp
|
|||
const char * doc = nullptr;
|
||||
};
|
||||
|
||||
typedef std::map<std::string, Value *> valmap;
|
||||
typedef std::map<std::string, Value *> ValMap;
|
||||
|
||||
struct Env
|
||||
{
|
||||
|
@ -47,7 +47,7 @@ struct Env
|
|||
Value * values[0];
|
||||
};
|
||||
|
||||
std::unique_ptr<valmap> mapStaticEnvBindings(const SymbolTable & st, const StaticEnv & se, const Env & env);
|
||||
std::unique_ptr<ValMap> mapStaticEnvBindings(const SymbolTable & st, const StaticEnv & se, const Env & env);
|
||||
|
||||
void copyContext(const Value & v, PathSet & context);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue