Subject: Re: use of variadic macros?
To: David Young <dyoung@pobox.com>
From: Thor Lancelot Simon <tls@rek.tjls.com>
List: tech-kern
Date: 03/02/2004 21:42:07
On Tue, Mar 02, 2004 at 07:57:55PM -0600, David Young wrote:
> Are all the ports using the new gcc? If I may, I would like to use C99's
> variadic macros to implement two-argument KASSERT. For example,

I'd like this, too.  There are a number of places in the tree where a
variadic MIN/MAX would make things clearer.

Thor