diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2021-05-12 22:00:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-12 22:00:37 +0200 |
commit | 3bc625aff1664eb4206ae90d0a132c8f717e651d (patch) | |
tree | 5ffd5edee1fd4dbc1cc76f00f1dd3131dd332076 /lib/system.nim | |
parent | 60b4fa71a8ce1abc43b6f6bba3c3aa1f69b15092 (diff) | |
download | Nim-3bc625aff1664eb4206ae90d0a132c8f717e651d.tar.gz |
ORC: progress (#18000)
* ORC: progress * ORC: bugfix; don't follow acyclic data even if only at runtime the subtype is marked as acyclic * progress * minor style changes
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): |