mirror of
https://github.com/NixOS/nix.git
synced 2025-11-19 00:39:37 +01:00
* string2ATerm -> overloaded toATerm.
This commit is contained in:
parent
4cbd845aa4
commit
cb7ccb528b
10 changed files with 61 additions and 43 deletions
|
|
@ -41,4 +41,9 @@ public:
|
|||
Error badTerm(const format & f, ATerm t);
|
||||
|
||||
|
||||
/* Convert strings to ATerms. */
|
||||
ATerm toATerm(const char * s);
|
||||
ATerm toATerm(const string & s);
|
||||
|
||||
|
||||
#endif /* !__ATERM_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue