smartlist_foreach 249 B

1234
  1. o Code simplification and refactoring:
  2. - Do not allow the body of any SMARTLIST_FOREACH block to exceed
  3. 10 lines. Doing so in the past has led to hard-to-debug code.
  4. The new style is to use the SMARTLIST_FOREACH_{BEGIN,END} pair.