Subject: Re: TAILQ_FOREACH_REVERSE et al (PR 11117)
To: None <assar@netbsd.org>
From: enami tsugutomo <enami@sm.sony.co.jp>
List: tech-kern
Date: 10/03/2000 15:40:47
assar@netbsd.org writes:

> Here's my proposed patch to queue.h.  I did test this by building a
> kernel and cmp:ing all the object files.  Any comments/objections?

I don't think this improves readability.  It just partially hides
implementation.  Since the pointer operation is a core of those macro
implementation, hiding them just makes the code hard to read.

enami.