summary refs log tree commit diff stats
path: root/compiler
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2013-06-04 01:11:55 +0200
committerAraq <rumpf_a@web.de>2013-06-04 01:11:55 +0200
commitb487ebaaba9711fe27d4cb213c0ad16001464f88 (patch)
treede711c386578dc256f363501f4c670d62a35b870 /compiler
parentb767f34b6b57fe8dfc5777b8f06a24eb0ba35391 (diff)
downloadNim-b487ebaaba9711fe27d4cb213c0ad16001464f88.tar.gz
new scoping rules for 'if' now active
Diffstat (limited to 'compiler')
-rw-r--r--compiler/options.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/options.nim b/compiler/options.nim
index 6d93048fe..5f173d240 100644
--- a/compiler/options.nim
+++ b/compiler/options.nim
@@ -14,7 +14,7 @@ const
   hasTinyCBackend* = defined(tinyc)
   useEffectSystem* = true
   hasFFI* = defined(useFFI)
-  newScopeForIf* = false      # XXX activate for 0.9.4
+  newScopeForIf* = true
 
 type                          # please make sure we have under 32 options
                               # (improves code efficiency a lot!)