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

* Primop `__currentSystem' to return the current platform identifier.

This commit is contained in:
Eelco Dolstra 2005-04-10 17:38:19 +00:00
parent b4b51c9f93
commit c9c58dba55
2 changed files with 14 additions and 9 deletions

View file

@ -89,11 +89,5 @@ void checkVarDefs(const ATermMap & def, Expr e);
/* Create an expression representing a boolean. */
Expr makeBool(bool b);
/* Create an expression representing a string. */
Expr makeString(const string & s);
/* Create an expression representing a path. */
Expr makePath(const Path & path);
#endif /* !__NIXEXPR_H */