From 8581353bdd7266a5b4e92bc8a9149447cdf42647 Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Wed, 10 Jun 2009 02:44:13 +0000 Subject: Changed expression nodes to be ExprHandle (instead of ExprHandle*), and added a quick hack to change Bison unions to structs. git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@73154 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/SMT/parser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/SMT/parser.cpp') diff --git a/lib/SMT/parser.cpp b/lib/SMT/parser.cpp index 9284d7d0..439e189c 100644 --- a/lib/SMT/parser.cpp +++ b/lib/SMT/parser.cpp @@ -120,7 +120,7 @@ namespace CVC3 { } - klee::expr::ExprHandle* Parser::next() { + klee::expr::ExprHandle Parser::next() { // If no more commands are available, return a Null Expr if(d_data->temp.done) return NULL;//Expr(); // Set the global var so the parser uses the right stream and EM -- cgit 1.4.1