Subject: Re: Goofy lint error
To: None <tech-toolchain@netbsd.org, wrstuden@nas.nasa.gov>
From: Lennart Augustsson <augustss@augustsson.net>
List: tech-toolchain
Date: 02/02/2000 22:05:14
> #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.

	-- Lennart