mirror of
https://github.com/NixOS/nix
synced 2025-06-30 07:33:16 +02:00
Merge remote-tracking branch 'origin/master' into lazy-trees
This commit is contained in:
commit
087584ef4d
13 changed files with 1291 additions and 9 deletions
|
@ -57,6 +57,7 @@ typedef std::list<SearchPathElem> SearchPath;
|
|||
|
||||
std::ostream & printValue(const EvalState & state, std::ostream & str, const Value & v);
|
||||
std::string printValue(const EvalState & state, const Value & v);
|
||||
std::ostream & operator << (std::ostream & os, const ValueType t);
|
||||
|
||||
|
||||
/* Initialise the Boehm GC, if applicable. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue