summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
Diffstat (limited to 'src/options')
-rw-r--r--src/options/datatypes_options.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/options/datatypes_options.toml b/src/options/datatypes_options.toml
index ac371efeb..19434fa33 100644
--- a/src/options/datatypes_options.toml
+++ b/src/options/datatypes_options.toml
@@ -68,6 +68,15 @@ header = "options/datatypes_options.h"
help = "when applicable, blast splitting lemmas for all variables at once"
[[option]]
+ name = "dtNestedRec"
+ category = "regular"
+ long = "dt-nested-rec"
+ type = "bool"
+ default = "false"
+ read_only = true
+ help = "allow nested recursion in datatype definitions"
+
+[[option]]
name = "dtSharedSelectors"
category = "regular"
long = "dt-share-sel"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback