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

* More primops.

This commit is contained in:
Eelco Dolstra 2010-03-30 22:39:48 +00:00
parent 47df476daa
commit 7f19e03c65
3 changed files with 109 additions and 91 deletions

View file

@ -105,7 +105,7 @@ static inline void mkBool(Value & v, bool b)
void mkString(Value & v, const char * s);
void mkString(Value & v, const string & s, const PathSet & context);
void mkString(Value & v, const string & s, const PathSet & context = PathSet());
void mkPath(Value & v, const char * s);
@ -207,6 +207,7 @@ public:
Env & allocEnv();
void mkList(Value & v, unsigned int length);
void mkAttrs(Value & v);
/* Print statistics. */
void printStats();