mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-06 18:29:47 +00:00
36120d91e5
to the Lst_ForEach function this macro reduces the number of function calls per invocation by N + 1 (where N is the number of list elements) and increases code locality thereby increasing readability and (maybe) performance.