summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJuan Carlos <juancarlospaco@gmail.com>2023-07-14 07:40:57 -0300
committerGitHub <noreply@github.com>2023-07-14 12:40:57 +0200
commitdb1ce4ff1246f9b60fe6c6498c72b3e9d6abb8c8 (patch)
treebea492ba2e741ae431ec0b6409b6173f38d8a260
parent3b377937dec9dd6e7a68e9c95c4ec47d6d21d689 (diff)
downloadNim-db1ce4ff1246f9b60fe6c6498c72b3e9d6abb8c8.tar.gz
Fix #22273 (#22275)
* Fix #22273
-rw-r--r--lib/system.nim2
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