mirror of
https://github.com/mirror/make.git
synced 2026-08-25 03:13:31 +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.