Skip to content

Commit c3f64fb

Browse files
authored
rework nimOrcLeakDetector (#24958)
ref #22273 (comment)
1 parent e855019 commit c3f64fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/system.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1616,7 +1616,7 @@ when not defined(js) and defined(nimV2):
16161616
align: int16
16171617
depth: int16
16181618
display: ptr UncheckedArray[uint32] # classToken
1619-
when defined(nimTypeNames) or defined(nimArcIds):
1619+
when defined(nimTypeNames) or defined(nimArcIds) or defined(nimOrcLeakDetector):
16201620
name: cstring
16211621
traceImpl: pointer
16221622
typeInfoV1: pointer # for backwards compat, usually nil

0 commit comments

Comments
 (0)