mirror of
https://github.com/mirror/make.git
synced 2026-08-12 22:16:11 +00:00
The strcache was limited to strings of length 65535 or less, because the length is kept in an unsigned short. To support huge strings add a new simple linked list, which we don't try to hash.
9.1 KiB
9.1 KiB