Subject: Re: Goofy lint error
To: Lennart Augustsson <augustss@augustsson.net>
From: Bill Studenmund <wrstuden@nas.nasa.gov>
List: tech-toolchain
Date: 02/02/2000 13:23:51
On Wed, 2 Feb 2000, Lennart Augustsson wrote:

> > #define ENQUEUE ENQUEUE_T       /* enqueue at tail if not specified */
> > #define ENQUEUE_T(structp, headp, Qnam, structnam) {            \
> How about this:
> #define ENQUEUE(a,b,c,d) ENQUEUE_T(a,b,c,d)
> 
> I would guess that lint does the preprocessing wrong, somehow.

That did it.

Thanks!

Take care,

Bill