mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-18 13:30:33 +00:00
fixes #1964 properly
This commit is contained in:
@@ -291,8 +291,9 @@ include "system/inclrtl"
|
||||
const NoFakeVars* = defined(NimrodVM) ## true if the backend doesn't support \
|
||||
## "fake variables" like 'var EBADF {.importc.}: cint'.
|
||||
|
||||
const ArrayDummySize = when defined(cpu16): 10_000 else: 100_000_000
|
||||
|
||||
when not defined(JS):
|
||||
const ArrayDummySize = when defined(cpu16): 10_000 else: 100_000_000
|
||||
type
|
||||
TGenericSeq {.compilerproc, pure, inheritable.} = object
|
||||
len, reserved: int
|
||||
|
||||
Reference in New Issue
Block a user