aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/eval.hh
diff options
context:
space:
mode:
authorBen Burdette <bburdette@protonmail.com>2022-05-06 09:09:49 -0600
committerBen Burdette <bburdette@protonmail.com>2022-05-06 09:09:49 -0600
commitfc66f48812383dad59ebdbabdd29bec34ed31921 (patch)
treef4cbb7e451a6eb0006180746be2363c5006896f8 /src/libexpr/eval.hh
parent99d69ac23faf06598ca0aabd61d22a575db848df (diff)
debugError()
Diffstat (limited to 'src/libexpr/eval.hh')
-rw-r--r--src/libexpr/eval.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libexpr/eval.hh b/src/libexpr/eval.hh
index 65b1466ea..db78e29b5 100644
--- a/src/libexpr/eval.hh
+++ b/src/libexpr/eval.hh
@@ -85,6 +85,8 @@ struct DebugTrace {
bool isError;
};
+void debugError(Error * e, Env & env, Expr & expr);
+
class EvalState
{
public: