aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/eval.hh
diff options
context:
space:
mode:
authorBen Burdette <bburdette@gmail.com>2020-05-20 22:18:26 -0600
committerBen Burdette <bburdette@gmail.com>2020-05-20 22:18:26 -0600
commit6a420d672ca690ef4235ac7a5833c1789a7d8b10 (patch)
treee9adbc63c159896bbbdc332800986b37c7d04e9b /src/libexpr/eval.hh
parent85ce455b854761b1fd4985ed21ef5a8881eb3c11 (diff)
print LOC for stdin, string args
Diffstat (limited to 'src/libexpr/eval.hh')
-rw-r--r--src/libexpr/eval.hh2
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: