diff options
author | Ben Burdette <bburdette@gmail.com> | 2020-05-20 22:18:26 -0600 |
---|---|---|
committer | Ben Burdette <bburdette@gmail.com> | 2020-05-20 22:18:26 -0600 |
commit | 6a420d672ca690ef4235ac7a5833c1789a7d8b10 (patch) | |
tree | e9adbc63c159896bbbdc332800986b37c7d04e9b /src/libexpr/eval.hh | |
parent | 85ce455b854761b1fd4985ed21ef5a8881eb3c11 (diff) |
print LOC for stdin, string args
Diffstat (limited to 'src/libexpr/eval.hh')
-rw-r--r-- | src/libexpr/eval.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/eval.hh b/src/libexpr/eval.hh index 1485dc7fe..8471c2f8b 100644 --- a/src/libexpr/eval.hh +++ b/src/libexpr/eval.hh @@ -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: |