mirror of
https://github.com/mirror/make.git
synced 2026-09-02 04:38:12 +08: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