mirror of
https://github.com/mirror/make.git
synced 2026-09-06 14:44:57 +08:00
* src/function.c (func_filter_filterout): Allocate arrays to hold pattern and word information rather than creating linked lists on the stack. * tests/scripts/functions/filter-out: Test large filters.