From b122cec27ca27d0b48e786191448e0053be78ed0 Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Tue, 27 Nov 2012 02:13:38 +0000 Subject: Tuples and records merge. Resolves bug 270. Also some fixes to parametric datatypes I found, and fixes for a handful of bugs, including some observed with --check-models --incremental on together. (this commit was certified error- and warning-free by the test-and-commit script.) --- src/expr/node.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/expr/node.cpp') diff --git a/src/expr/node.cpp b/src/expr/node.cpp index 11e889ca2..e580b6348 100644 --- a/src/expr/node.cpp +++ b/src/expr/node.cpp @@ -27,6 +27,9 @@ TypeCheckingExceptionPrivate::TypeCheckingExceptionPrivate(TNode node, std::string message) throw() : Exception(message), d_node(new Node(node)) { +#ifdef CVC4_DEBUG + s_debugLastException = toString().c_str(); +#endif /* CVC4_DEBUG */ } TypeCheckingExceptionPrivate::~TypeCheckingExceptionPrivate() throw () { -- cgit v1.2.3