diff options
author | Araq <rumpf_a@web.de> | 2019-07-09 20:15:40 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2019-07-09 20:15:57 +0200 |
commit | 55e8aefbea2c6a152af903e60832a026b8bbf091 (patch) | |
tree | 1cbc7bdc1907edd7dac64c51643db5d26fd05973 /compiler | |
parent | 73c570d1d99651b4f79a0bc5f7e10027e5b7208a (diff) | |
download | Nim-55e8aefbea2c6a152af903e60832a026b8bbf091.tar.gz |
newruntime: async progress
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/injectdestructors.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/injectdestructors.nim b/compiler/injectdestructors.nim index c2d135e86..7893db61d 100644 --- a/compiler/injectdestructors.nim +++ b/compiler/injectdestructors.nim @@ -154,7 +154,7 @@ type uninit: IntSet # set of uninit'ed vars uninitComputed: bool -const toDebug = "" +const toDebug = "" # "server_continue" template dbg(body) = when toDebug.len > 0: |