mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 04:56:01 +01:00
print LOC for stdin, string args
This commit is contained in:
parent
85ce455b85
commit
6a420d672c
6 changed files with 97 additions and 36 deletions
|
|
@ -249,7 +249,7 @@ private:
|
|||
friend struct ExprAttrs;
|
||||
friend struct ExprLet;
|
||||
|
||||
Expr * parse(const char * text, const Path & path,
|
||||
Expr * parse(const char * text, FileOrigin origin, const Path & path,
|
||||
const Path & basePath, StaticEnv & staticEnv);
|
||||
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue