Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10.1 6/24/83; site ncoast.UUCP
Path: utzoo!watmath!clyde!bonnie!akgua!sdcsvax!dcdwest!ittvax!decvax!cwruecmp!atvax!ncoast!bsa
From: bsa@ncoast.UUCP (Brandon Allbery)
Newsgroups: net.lang.c
Subject: Re:  SIZEOF
Message-ID: <589@ncoast.UUCP>
Date: Thu, 7-Feb-85 23:27:40 EST
Article-I.D.: ncoast.589
Posted: Thu Feb  7 23:27:40 1985
Date-Received: Mon, 11-Feb-85 06:06:58 EST
References: <7810@brl-tgr.ARPA>
Reply-To: bsa@ncoast.UUCP (Brandon Allbery)
Organization: North Coast Programming, Cleveland
Lines: 24
Summary: 

> Article <7810@brl-tgr.ARPA>, from Doug Gwyn (VLD/VMB) 
+----------------
| The rule in my team is "make the code pass lint completely or else
| explain why it can't possibly".

STANDARD RESPONSE:

Is it reasonable that I should have to write:

	char *foo = "/tmp";
	chdir(foo);

instead of

	chdir("/tmp");

just to satisfy lint?  It gets impossible to trace through the garbage
our lint puts out.  (Before you tell me to fix lint, give me a Xenix
source license.)

Brandon (bsa@ncoast.UUCP)
-- 
Brandon Allbery, decvax!cwruecmp!ncoast!bsa, "ncoast!bsa"@case.csnet (etc.)
6504 Chestnut Road, Independence, Ohio 44131 +1 216 524 1416 (or what have you)