about summary refs log tree commit diff
path: root/src/libexpr/nixexpr.hh
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2006-08-23T15·46+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2006-08-23T15·46+0000
commit38f18aa6d418515e42b688fa9b3e4f3ab61bb89e (patch)
tree3859e7778e44814cdb00f2693dd5778d0e0cb88e /src/libexpr/nixexpr.hh
parent4a053bfdfd85915a2a659a337bd171bc22c49138 (diff)
* New primop: abort "error message".
Diffstat (limited to 'src/libexpr/nixexpr.hh')
-rw-r--r--src/libexpr/nixexpr.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libexpr/nixexpr.hh b/src/libexpr/nixexpr.hh
index 28ac35e604..3eb4d4cb2b 100644
--- a/src/libexpr/nixexpr.hh
+++ b/src/libexpr/nixexpr.hh
@@ -11,6 +11,7 @@
 
 MakeError(EvalError, Error)
 MakeError(AssertionError, EvalError)
+MakeError(Abort, EvalError)
 MakeError(TypeError, EvalError)