Subject: Re: CVS commit: basesrc/bin/pax
To: Perry E. Metzger <perry@wasabisystems.com>
From: Jason R Thorpe <thorpej@wasabisystems.com>
List: source-changes
Date: 02/01/2002 08:21:01
On Fri, Feb 01, 2002 at 09:47:21AM -0500, Perry E. Metzger wrote:

 > I think that would be bad, but I suggest that a single 
 > "#include <ids.h>" or some similar thing would be good, so we can make
 > it more portable. One wants the RCSID as close to the top as possible.

Actually, even better...

If we move it to its own include file that is never implicitly included
by any system headers, we can also take these macros out of the
implementation namespace.

It really seems wrong to me that our "portable" C programs use
__*() macros.

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>