Path: utzoo!utgpu!water!watmath!clyde!rutgers!princeton!udel!rochester!bbn!husc6!cmcl2!brl-adm!umd5!mimsy!chris From: chris@mimsy.UUCP (Chris Torek) Newsgroups: comp.lang.c Subject: Re: == vs = Message-ID: <10137@mimsy.UUCP> Date: 12 Jan 88 11:06:27 GMT References: <11220@brl-adm.ARPA> <3975@uw-june.UUCP> Organization: U of Maryland, Dept. of Computer Science, Coll. Pk., MD 20742 Lines: 14 In article <3975@uw-june.UUCP> pardo@uw-june.UUCP (David Keppel) writes: >(d) Lint (for those of us who have lint, *sigh*) should complain about > "if (a=b) ..." unless given a comment /*VALTESTED*/ or something. It should (and, with some help from elsie!ado, *does*) complain about if (a = b) ... but not about if ((a = b) != 0) ... -- In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 7163) Domain: chris@mimsy.umd.edu Path: uunet!mimsy!chris