diff options
author | Ben Burdette <bburdette@protonmail.com> | 2022-05-06 09:09:49 -0600 |
---|---|---|
committer | Ben Burdette <bburdette@protonmail.com> | 2022-05-06 09:09:49 -0600 |
commit | fc66f48812383dad59ebdbabdd29bec34ed31921 (patch) | |
tree | f4cbb7e451a6eb0006180746be2363c5006896f8 /src/libexpr/eval.hh | |
parent | 99d69ac23faf06598ca0aabd61d22a575db848df (diff) |
debugError()
Diffstat (limited to 'src/libexpr/eval.hh')
-rw-r--r-- | src/libexpr/eval.hh | 2 |
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: |