diff options
author | Araq <rumpf_a@web.de> | 2012-01-28 23:22:44 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-01-28 23:22:44 +0100 |
commit | 8d19a93f1a2fe33373ea32367f5f1828f7d913cc (patch) | |
tree | 4bec052efbd489a7a271fef58dba8735af91ae08 /lib/system/cellsets.nim | |
parent | e92693ec8df1c6b2e4a833e72e18037cd9880b8c (diff) | |
download | Nim-8d19a93f1a2fe33373ea32367f5f1828f7d913cc.tar.gz |
pragma on/off improvements; endb rewritten
Diffstat (limited to 'lib/system/cellsets.nim')
-rwxr-xr-x | lib/system/cellsets.nim | 2 |
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 |