Skip to content
  • Mark OLESEN's avatar
    STYLE: expand use of ListLoop macros (#2624) · 454f7960
    Mark OLESEN authored
    - the old List_FOR_ALL macro only remained in use in relatively few
      places. Replace with the expanded equivalent and move the looping
      parameter out of the macro and give an explicit name (eg, loopLen)
      which simplifies the addition of any loop pragmas in the various
      TFOR_ALL... macros (for example).
    454f7960