diff options
Diffstat (limited to 'compiler/options.nim')
-rw-r--r-- | compiler/options.nim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/options.nim b/compiler/options.nim index f8cb735ae..0ce2f95ce 100644 --- a/compiler/options.nim +++ b/compiler/options.nim @@ -110,7 +110,8 @@ type callOperator, parallel, destructor, - notnil + notnil, + oldIterTransf ConfigRef* = ref object ## eventually all global configuration should be moved here linesCompiled*: int # all lines that have been compiled |