diff options
author | Juan Carlos <juancarlospaco@gmail.com> | 2023-07-14 07:40:57 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-14 12:40:57 +0200 |
commit | db1ce4ff1246f9b60fe6c6498c72b3e9d6abb8c8 (patch) | |
tree | bea492ba2e741ae431ec0b6409b6173f38d8a260 /lib | |
parent | 3b377937dec9dd6e7a68e9c95c4ec47d6d21d689 (diff) | |
download | Nim-db1ce4ff1246f9b60fe6c6498c72b3e9d6abb8c8.tar.gz |
Fix #22273 (#22275)
* Fix #22273
Diffstat (limited to 'lib')
-rw-r--r-- | lib/system.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system.nim b/lib/system.nim index 94e897b2b..50debcc89 100644 --- a/lib/system.nim +++ b/lib/system.nim @@ -1621,7 +1621,7 @@ when not defined(js) and defined(nimV2): align: int16 depth: int16 display: ptr UncheckedArray[uint32] # classToken - when defined(nimTypeNames): + when defined(nimTypeNames) or defined(nimArcIds): name: cstring traceImpl: pointer typeInfoV1: pointer # for backwards compat, usually nil |