From 224f42bbd70c9c39e6c93bc7c0cf9568e79e115b Mon Sep 17 00:00:00 2001 From: Araq Date: Thu, 1 Nov 2012 19:57:48 +0100 Subject: bugfix: exception tracking (still disabled) --- compiler/options.nim | 1 + compiler/sempass2.nim | 3 +-- compiler/transf.nim | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/compiler/options.nim b/compiler/options.nim index 316ec2b14..f5e54a613 100755 --- a/compiler/options.nim +++ b/compiler/options.nim @@ -12,6 +12,7 @@ import const hasTinyCBackend* = defined(tinyc) + useEffectSystem* = false type # please make sure we have under 32 options # (improves code efficiency a lot!) diff --git a/compiler/sempass2.nim b/compiler/sempass2.nim index ccf385876..936fe1822 100644 --- a/compiler/sempass2.nim +++ b/compiler/sempass2.nim @@ -219,8 +219,7 @@ proc checkRaisesSpec(spec, real: PNode) = for r in items(real): block search: for s in 0 ..