summary refs log tree commit diff stats
path: root/compiler/options.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2018-06-05 19:58:00 +0200
committerGitHub <noreply@github.com>2018-06-05 19:58:00 +0200
commit3cbc07ac7877b03c605498760fe198e3200cc197 (patch)
tree627af3020528cb916b3174bd94304307ca875c77 /compiler/options.nim
parentb1f483c897bb2a881c059dc473c81ec66b3a32fb (diff)
parentcfe40a3e6e920ed0c105af0012af739794c10b55 (diff)
downloadNim-3cbc07ac7877b03c605498760fe198e3200cc197.tar.gz
Merge pull request #7770 from yglukhov/yield-in-try
Yield in try
Diffstat (limited to 'compiler/options.nim')
-rw-r--r--compiler/options.nim3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/options.nim b/compiler/options.nim
index 9779f2020..150e67a18 100644
--- a/compiler/options.nim
+++ b/compiler/options.nim
@@ -116,7 +116,8 @@ type
     callOperator,
     parallel,
     destructor,
-    notnil
+    notnil,
+    oldIterTransf
 
   SymbolFilesOption* = enum
     disabledSf, enabledSf, writeOnlySf, readOnlySf, v2Sf