summary refs log tree commit diff stats
path: root/lib/system/repr.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2019-10-19 19:30:48 +0200
committerAndreas Rumpf <rumpf_a@web.de>2019-10-20 08:11:07 +0200
commit0eae2217b69541ea8ce1cf6509732928fb0869ee (patch)
tree36a4b4cfdc732f96eec13bf1d36605e79d0138a1 /lib/system/repr.nim
parented2fb36bc61bd5272734899783ede5e6f285da0e (diff)
downloadNim-0eae2217b69541ea8ce1cf6509732928fb0869ee.tar.gz
first implementation of the new --seqsv2 switch
Diffstat (limited to 'lib/system/repr.nim')
-rw-r--r--lib/system/repr.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system/repr.nim b/lib/system/repr.nim
index 97975277b..0c7848c75 100644
--- a/lib/system/repr.nim
+++ b/lib/system/repr.nim
@@ -160,7 +160,7 @@ when not defined(useNimRtl):
       reprAux(result, cast[pointer](cast[ByteAddress](p) + i*bs), typ.base, cl)
     add result, "]"
 
-  when defined(gcDestructors):
+  when defined(nimSeqsV2):
     type
       GenericSeq = object
         len: int