diff options
Diffstat (limited to 'lib/system.nim')
-rw-r--r-- | lib/system.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/system.nim b/lib/system.nim index aecda4a70..9317c3440 100644 --- a/lib/system.nim +++ b/lib/system.nim @@ -1805,6 +1805,7 @@ when not defined(js) and defined(nimV2): traceImpl: pointer disposeImpl: pointer typeInfoV1: pointer # for backwards compat, usually nil + flags: int PNimTypeV2 = ptr TNimTypeV2 when notJSnotNims and defined(nimSeqsV2): |