summary refs log tree commit diff stats
path: root/lib/system/cellsets.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-01-28 23:22:44 +0100
committerAraq <rumpf_a@web.de>2012-01-28 23:22:44 +0100
commit8d19a93f1a2fe33373ea32367f5f1828f7d913cc (patch)
tree4bec052efbd489a7a271fef58dba8735af91ae08 /lib/system/cellsets.nim
parente92693ec8df1c6b2e4a833e72e18037cd9880b8c (diff)
downloadNim-8d19a93f1a2fe33373ea32367f5f1828f7d913cc.tar.gz
pragma on/off improvements; endb rewritten
Diffstat (limited to 'lib/system/cellsets.nim')
-rwxr-xr-xlib/system/cellsets.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system/cellsets.nim b/lib/system/cellsets.nim
index 4d997d0f9..b860ef38c 100755
--- a/lib/system/cellsets.nim
+++ b/lib/system/cellsets.nim
@@ -13,7 +13,7 @@ type
   TCell {.pure.} = object
     refcount: int  # the refcount and some flags
     typ: PNimType
-    when debugGC:
+    when leakDetector:
       filename: cstring
       line: int