summaryrefslogtreecommitdiff
path: root/proofs
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2014-05-23 16:59:48 -0500
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>2014-05-23 16:59:48 -0500
commitaa3b60104a0026c078eea1d19506e8bf4c3d9763 (patch)
tree7dd9d34248d533918c304965131b11dcef6cf2b6 /proofs
parent2deb3a617f068af25457db23eae326dae2bf2ae2 (diff)
Fix bug in E-matching Real/Int terms.
Diffstat (limited to 'proofs')
-rw-r--r--proofs/lfsc_checker/check.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/lfsc_checker/check.cpp b/proofs/lfsc_checker/check.cpp
index b550c58a1..c96791aeb 100644
--- a/proofs/lfsc_checker/check.cpp
+++ b/proofs/lfsc_checker/check.cpp
@@ -61,7 +61,7 @@ void report_error(const string &msg) {
not_defeq2->print(cout);
}
cout.flush();
- _exit(1);
+ exit(1);
}
Expr *call_run_code(Expr *code) {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback