Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site brl-vgr.ARPA Path: utzoo!watmath!clyde!burl!ulysses!harpo!seismo!brl-tgr!brl-vgr!gwyn From: gwyn@brl-vgr.ARPA (Doug Gwyn ) Newsgroups: net.lang.c Subject: Re: C parsing: significance of spaces Message-ID: <1204@brl-vgr.ARPA> Date: Tue, 1-May-84 18:05:13 EDT Article-I.D.: brl-vgr.1204 Posted: Tue May 1 18:05:13 1984 Date-Received: Wed, 2-May-84 06:33:48 EDT References: <2361@ecsvax.UUCP>, <456@decvax.UUCP> Organization: Ballistics Research Lab Lines: 9 I would like to know what combination of C language rules forces the parsing of a+++b as a++ + b rather than a + ++b I hope the C Language Standards Committee has addressed this issue.