1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-03 14:31:46 +02:00

* Sync with the trunk.

This commit is contained in:
Eelco Dolstra 2010-05-20 12:36:03 +00:00
commit b92a2e5cc2
3 changed files with 3 additions and 3 deletions

View file

@ -173,7 +173,7 @@ typedef std::map<Path, Path> SrcToStore;
struct EvalState;
std::ostream & operator << (std::ostream & str, Value & v);
std::ostream & operator << (std::ostream & str, const Value & v);
class EvalState