about summary refs log tree commit diff
path: root/src/libexpr/eval.hh
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-11-25T09·23+0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-11-25T09·23+0100
commit4e340a983f928973d3915455d46a4bbadbc3269c (patch)
tree9e6982a87e3293f1e48a66a4d2db13e8db89fcca /src/libexpr/eval.hh
parent976b949e4d194c242c6024bbaa65f4f3b3620225 (diff)
forceString(): Accept pos argument
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 d066f7fd58..8bf65c2c55 100644
--- a/src/libexpr/eval.hh
+++ b/src/libexpr/eval.hh
@@ -200,7 +200,7 @@ public:
     inline void forceList(Value & v, const Pos & pos);
     void forceFunction(Value & v, const Pos & pos); // either lambda or primop
     string forceString(Value & v, const Pos & pos = noPos);
-    string forceString(Value & v, PathSet & context);
+    string forceString(Value & v, PathSet & context, const Pos & pos = noPos);
     string forceStringNoCtx(Value & v, const Pos & pos = noPos);
 
     /* Return true iff the value `v' denotes a derivation (i.e. a