From 285df765b91588e39d6f35a32e30b84c3cb5be75 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 18 Nov 2013 22:22:35 +0100 Subject: Add a primop unsafeGetAttrPos to return the position of an attribute --- src/libexpr/eval.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libexpr/eval.hh') diff --git a/src/libexpr/eval.hh b/src/libexpr/eval.hh index bcc029f5b9..af408cd0bd 100644 --- a/src/libexpr/eval.hh +++ b/src/libexpr/eval.hh @@ -243,6 +243,7 @@ public: void mkList(Value & v, unsigned int length); void mkAttrs(Value & v, unsigned int expected); void mkThunk_(Value & v, Expr * expr); + void mkPos(Value & v, Pos * pos); void concatLists(Value & v, unsigned int nrLists, Value * * lists); -- cgit 1.4.1