lint (was: Funny mistake)

Byron Rakitzis byron at archone.tamu.edu
Sat Mar 23 00:39:20 AEST 1991


In article <5036 at goanna.cs.rmit.oz.au> ok at goanna.cs.rmit.oz.au (Richard A. O'Keefe) writes:
>
>But will your hand-holding compiler check that a *group* of files are
>consistent?  That's what I really depend on lint for.

I don't see what you need over and above good function-prototype checking.
I am going to write a compiler strongly biased towards ANSI C; if you don't
supply prototypes, you will pay the price of not having the use of
unprototyped functions checked for type safety.



More information about the Comp.lang.c mailing list