diff options
author | Gianmarco <gim.marcello@gmail.com> | 2024-03-25 10:59:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-25 10:59:48 +0100 |
commit | 4c38569229ade43d9570f92e08637f2bcd66bdc5 (patch) | |
tree | 06b1c1ab7d6052c0c6e5afcde1e1314c7103d07e /compiler/modulepaths.nim | |
parent | 280f877145dffbf74e28605ab3d0dd9afdb1c5b2 (diff) | |
download | Nim-4c38569229ade43d9570f92e08637f2bcd66bdc5.tar.gz |
Change unicode lookup tables to have int32 elements to support platforms where sizeof(int) < 4 (#23433)
Fixes an issue that comes up when using strutils.`%` or any other strutils/strformat feature that uses the unicode lookup tables behind the scenes, on systems where ints are than 32-bit wide. Tested with: ```bash ./koch test cat lib ``` Refer to the discussion in #23125.
Diffstat (limited to 'compiler/modulepaths.nim')
0 files changed, 0 insertions, 0 deletions