Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utcs!mnetor!seismo!caip!princeton!allegra!alice!andrew From: andrew@alice.UUCP Newsgroups: net.lang.c Subject: Re: PRECEDENT FOR USE OF = Message-ID: <5783@alice.uUCp> Date: Sat, 12-Jul-86 10:38:47 EDT Article-I.D.: alice.5783 Posted: Sat Jul 12 10:38:47 1986 Date-Received: Sat, 12-Jul-86 22:44:41 EDT References: <1645@brl-smoke.ARPA>, <3000080@uokvax.UUCP> Organization: Bell Labs, Murray Hill Lines: 13 I don't understand. If you personally have a problem handling the token '=', don't lay it on everyone else. Getting lint to complain about it is fine by me; I don't use lint. However, the poor sods who do might (should) object. There is nothing wrong with this sort of code: char *s, *getword(); while(s = getword()){ ... } The more noise lint puts out, the less use it is. It seems to me you can solve YOUR problems by a preprocessor sed script. Modifying the C language to avoid this sed step to solve learning disabilities for a small set of users seems incorrect.