Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!think!harvard!cmcl2!seismo!rochester!bullwinkle!batcomputer!garry From: garry@batcomputer.TN.CORNELL.EDU (Garry Wiegand) Newsgroups: net.lang.c Subject: Re: questions from using lint Message-ID: <145@batcomputer.TN.CORNELL.EDU> Date: Sun, 20-Apr-86 20:59:48 EST Article-I.D.: batcompu.145 Posted: Sun Apr 20 20:59:48 1986 Date-Received: Thu, 24-Apr-86 07:13:53 EST Reply-To: garry%cadif-oak@cu-arpa.cs.cornell.edu.arpa Organization: Cornell Engineering && Flying Moose Graphics Lines: 19 In a recent article philip@axis.UUCP (Philip Peake) wrote: >... >It would seem that some people out there MODIFY lint to match their own >compilers. This makes using lint just about worthless when trying to write >portable code. The only consolation is that such a nasty trick seems to >be quite rare. >... I have had the pleasure of having to dig through the source to Lint. At least on the machine I was on (a BSD derivative), Lint just consisted of the front end of the machine's regular C compiler, plus a lot of kludges to check a few more things and to deal with Lint's intermediate data files. If Lint is indeed always based on the host's compiler, one might expect considerable variability. garry wiegand garry%cadif-oak@cu-arpa.cs.cornell.edu Interesting aside: the source to Lint could not in a million years pass Lint.