From af10788dccb3a12530b28534ccb26f49c18c19c0 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Mon, 17 Jun 2019 07:37:34 +0200 Subject: [PATCH] WIP: closures for the newruntime [ci skip] --- compiler/injectdestructors.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/injectdestructors.nim b/compiler/injectdestructors.nim index b9fa1e3aeb..504305d0cd 100644 --- a/compiler/injectdestructors.nim +++ b/compiler/injectdestructors.nim @@ -153,7 +153,7 @@ type uninit: IntSet # set of uninit'ed vars uninitComputed: bool -const toDebug = "" +const toDebug = "main" template dbg(body) = when toDebug.len > 0: