summary refs log tree commit diff stats
path: root/lib/system.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2021-05-12 22:00:37 +0200
committerGitHub <noreply@github.com>2021-05-12 22:00:37 +0200
commit3bc625aff1664eb4206ae90d0a132c8f717e651d (patch)
tree5ffd5edee1fd4dbc1cc76f00f1dd3131dd332076 /lib/system.nim
parent60b4fa71a8ce1abc43b6f6bba3c3aa1f69b15092 (diff)
downloadNim-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.nim1
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):