Subject: Re: TAILQ_FOREACH_REVERSE et al (PR 11117)
To: None <assar@netbsd.org>
From: matt <deberg@xennahtron.com>
List: tech-kern
Date: 10/02/2000 21:21:36
    assar> Re PR/11117 and TAILQ_FOREACH_REVERSE: Since these macros
    assar> were `borrowed' from FreeBSD I wonder if there was any
    assar> particular reason for not using the access-macros in the
    assar> definitions of the loops?  I find these versions much more
    assar> readable.  Matt?

"prior art?"  the pre-existing macros were all unrolled, so i did the
same.  not very well, apparently...

i completely agree with you.

matt