summaryrefslogtreecommitdiff
path: root/Source/Core/Util.cs
diff options
context:
space:
mode:
authorGravatar wuestholz <unknown>2014-07-06 21:34:07 +0200
committerGravatar wuestholz <unknown>2014-07-06 21:34:07 +0200
commitbb6e253feab04cc13de3132520eac3ffc8150f01 (patch)
tree4bf497f94085b3d50b616dee8d61952cbaa9bbed /Source/Core/Util.cs
parent454f7ff730ca2b17e6b9c705d36f071d66d9ef45 (diff)
Did some refactoring, fixed minor issues, and made it apply the more advanced verification result caching even for implementations with errors.
Diffstat (limited to 'Source/Core/Util.cs')
-rw-r--r--Source/Core/Util.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/Util.cs b/Source/Core/Util.cs
index 66eefd8c..6aafec7f 100644
--- a/Source/Core/Util.cs
+++ b/Source/Core/Util.cs
@@ -80,6 +80,7 @@ namespace Microsoft.Boogie {
bool setTokens = true;
int line = 1;
int col;
+ public bool UseForComputingChecksums;
private const int indent_size = 2;
protected static string Indent(int level) {