summaryrefslogtreecommitdiff
path: root/src/parser/parser_builder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/parser_builder.h')
-rw-r--r--src/parser/parser_builder.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/parser/parser_builder.h b/src/parser/parser_builder.h
index 75e2b4fbe..607547beb 100644
--- a/src/parser/parser_builder.h
+++ b/src/parser/parser_builder.h
@@ -77,6 +77,9 @@ class CVC4_PUBLIC ParserBuilder {
/** Are we parsing only? */
bool d_parseOnly;
+ /** hack for szs compliance */
+ bool d_szsCompliant;
+
/** Initialize this parser builder */
void init(ExprManager* exprManager, const std::string& filename);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback