diff options
author | Cristian Cadar <cristic@cs.stanford.edu> | 2009-06-08 08:30:59 +0000 |
---|---|---|
committer | Cristian Cadar <cristic@cs.stanford.edu> | 2009-06-08 08:30:59 +0000 |
commit | ef0bc0aee68cf791544865525005d91c73791bf2 (patch) | |
tree | 16df415a7fb249c7972e43df00e17ae013f385f3 /lib/SMT/smtlib.lex | |
parent | ff6e5265662f6756ac827a5a8faaeaf0db99c03d (diff) | |
download | klee-ef0bc0aee68cf791544865525005d91c73791bf2.tar.gz |
More changes needed to make the SMTLIB parser compile.
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@73063 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/SMT/smtlib.lex')
-rw-r--r-- | lib/SMT/smtlib.lex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/SMT/smtlib.lex b/lib/SMT/smtlib.lex index 15c06fc5..25032eeb 100644 --- a/lib/SMT/smtlib.lex +++ b/lib/SMT/smtlib.lex @@ -21,9 +21,9 @@ #include <iostream> #include "parser_temp.h" -#include "expr_manager.h" /* for the benefit of parsesmtlib_defs.h */ +//#include "expr_manager.h" /* for the benefit of parsesmtlib_defs.h */ #include "parsesmtlib_defs.h" -#include "debug.h" +//#include "debug.h" namespace CVC3 { extern ParserTemp* parserTemp; |