From 50d11b90caf6545556fc090858c694e19f3c7683 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 12 May 2009 11:06:24 +0000 Subject: * Allow unsafe (unspecified) comparisons between attrsets unless NIX_NO_UNSAFE_EQ is set, for now. --- src/libexpr/eval.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libexpr/eval.hh') diff --git a/src/libexpr/eval.hh b/src/libexpr/eval.hh index 5699d455cc0d..fed6d347266b 100644 --- a/src/libexpr/eval.hh +++ b/src/libexpr/eval.hh @@ -38,6 +38,8 @@ struct EvalState unsigned int nrEvaluated; unsigned int nrCached; + bool allowUnsafeEquality; + EvalState(); void addPrimOps(); -- cgit 1.4.1