option for deterministic descriptions of sets & tables

This commit is contained in:
Vern Paxson 2021-03-18 16:18:32 -07:00
parent a808e166a4
commit 9e4c87b112
3 changed files with 51 additions and 12 deletions

View file

@ -40,6 +40,7 @@ ODesc::ODesc(DescType t, File* arg_f)
indent_level = 0;
is_short = false;
want_quotes = false;
want_determinism = false;
do_flush = true;
include_stats = false;
indent_with_spaces = 0;