about summary refs log tree commit diff homepage
path: root/lib/SMT/parser_temp.h
diff options
context:
space:
mode:
authorCristian Cadar <cristic@cs.stanford.edu>2009-06-10 02:44:13 +0000
committerCristian Cadar <cristic@cs.stanford.edu>2009-06-10 02:44:13 +0000
commit8581353bdd7266a5b4e92bc8a9149447cdf42647 (patch)
treef67c34cf0fd47bd8955ea94be69528f1266255c8 /lib/SMT/parser_temp.h
parent583383d103085e08c4e6414801e131976c266287 (diff)
downloadklee-8581353bdd7266a5b4e92bc8a9149447cdf42647.tar.gz
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
Diffstat (limited to 'lib/SMT/parser_temp.h')
-rw-r--r--lib/SMT/parser_temp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/SMT/parser_temp.h b/lib/SMT/parser_temp.h
index afd8af21..704157d9 100644
--- a/lib/SMT/parser_temp.h
+++ b/lib/SMT/parser_temp.h
@@ -47,7 +47,7 @@ namespace CVC3 {
     // File name
     std::string fileName;
     // The last parsed Expr
-    klee::expr::ExprHandle* expr;
+    klee::expr::ExprHandle expr;
     // Whether we are done or not
     bool done;
     // Whether we are running interactive