mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-20 22:00:57 +00:00
fixes
This commit is contained in:
@@ -38,7 +38,7 @@ type
|
||||
PByte = ptr ByteArray
|
||||
PString = ptr string
|
||||
|
||||
when not (defined(gcOrc) or defined(gcArc) or defined(gcAtomicArc)):
|
||||
when not defined(nimV2):
|
||||
type
|
||||
RefCount = int
|
||||
|
||||
|
||||
Reference in New Issue
Block a user