summary refs log tree commit diff stats
path: root/lib/system/cellsets.nim
diff options
context:
space:
mode:
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