summaryrefslogtreecommitdiff
path: root/src/parser/parser.h
diff options
context:
space:
mode:
authorChristopher L. Conway <christopherleeconway@gmail.com>2010-05-12 20:29:17 +0000
committerChristopher L. Conway <christopherleeconway@gmail.com>2010-05-12 20:29:17 +0000
commit8d691eac8e478576ebceb6406a8e372db5e3f7f1 (patch)
treecd808cd26804490fd5a2e938bf24fdec85918004 /src/parser/parser.h
parent05d29aa0de4c2d4d773a81375fb14584221595ea (diff)
true and false are only defined if the core theory is loaded in SMT v2 strict mode
Diffstat (limited to 'src/parser/parser.h')
-rw-r--r--src/parser/parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser/parser.h b/src/parser/parser.h
index d87a97ec4..c191d9f39 100644
--- a/src/parser/parser.h
+++ b/src/parser/parser.h
@@ -129,7 +129,7 @@ public:
* @param exprManager the expression manager to use when creating expressions
* @param input the parser input
*/
- Parser(ExprManager* exprManager, Input* input);
+ Parser(ExprManager* exprManager, Input* input, bool strictMode = false);
virtual ~Parser() { }
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback