summaryrefslogtreecommitdiff
path: root/src/util/options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/options.cpp')
-rw-r--r--src/util/options.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/options.cpp b/src/util/options.cpp
index a10aae83d..2352ae503 100644
--- a/src/util/options.cpp
+++ b/src/util/options.cpp
@@ -87,6 +87,7 @@ Options::Options() :
strictParsing(false),
lazyDefinitionExpansion(false),
printWinner(false),
+ defaultExprDepth(0),
simplificationMode(SIMPLIFICATION_MODE_BATCH),
simplificationModeSetByUser(false),
decisionMode(DECISION_STRATEGY_INTERNAL),
@@ -951,6 +952,7 @@ throw(OptionException) {
Chat.getStream() << Expr::setdepth(depth);
Message.getStream() << Expr::setdepth(depth);
Warning.getStream() << Expr::setdepth(depth);
+ defaultExprDepth = depth;
}
break;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback