K 10 svn:author V 5 harti K 8 svn:date V 27 2005-02-22T07:58:53.000000Z K 7 svn:log V 294 Invent the LST_FOREACH macro for looping through a list. In contrast 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. END