mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-24 15:41:43 +00:00
progress
This commit is contained in:
@@ -61,7 +61,7 @@ else:
|
||||
line: int
|
||||
elif useCellIds:
|
||||
id: int
|
||||
elif defined(cpu32):
|
||||
elif sizeof(int) == 4: # 32-bit only
|
||||
headerAlignPad: array[8, byte] # so addr(data) ≡ 8 (mod 16)
|
||||
|
||||
PCell = ptr Cell
|
||||
|
||||
Reference in New Issue
Block a user