Minor fixes to various parts of CVC4, including the removal of the uintptr_t construc...
authorMorgan Deters <mdeters@gmail.com>
Mon, 2 May 2011 05:04:36 +0000 (05:04 +0000)
committerMorgan Deters <mdeters@gmail.com>
Mon, 2 May 2011 05:04:36 +0000 (05:04 +0000)
commit99c42d62491307279403059690fa31be1fb3af63
tree8f8a40a893e1a59e28015201f907e2cecede3294
parentbf837ea666980a0556d7881316f34be7ad1e2ea2
Minor fixes to various parts of CVC4, including the removal of the uintptr_t constructors for Type and Expr (which existed due to ANTLR limitations).  These issues are now handled (as a hack, due to said limitations) in the parser rather than the CVC4 core.
src/expr/expr_template.cpp
src/expr/expr_template.h
src/expr/type.cpp
src/expr/type.h
src/main/interactive_shell.cpp
src/parser/cvc/Cvc.g
src/parser/smt/Smt.g
src/parser/smt2/Smt2.g
src/smt/smt_engine.cpp
src/smt/smt_engine.h
src/util/dynamic_array.h