Subject: Re: trouble with (new) lint
To: der Mouse <mouse@Collatz.McRCIM.McGill.EDU>
From: Chris G Demetriou <Chris_G_Demetriou@lagavulin.pdl.cs.cmu.edu>
List: current-users
Date: 07/05/1995 11:56:49
> It chugs its way along
> until
> 
> ===> xlint
> ===> lint1
> ===> lint2
> ===> xlint
> ===> llib
> lint -Cposix llib-lposix
> llib-lposix:
> types.h(68): syntax error
> *** Error code 1
> 
> Is this just something else that is getting used before it's installed,
> or is there something more serious wrong?

uh, yeah, it is, actually.  i saw that on the alpha, and it was
because <machine/types.h> didn't include <sys/cdefs.h>, and used
__signed.


cgd