Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site cincy.UUCP Path: utzoo!watmath!clyde!burl!we13!ihnp4!cbosgd!qusavx!cincy!jreuter From: jreuter@cincy.UUCP (Jim Reuter) Newsgroups: net.lang.c Subject: Re: C parsing: significance of spaces Message-ID: <1181@cincy.UUCP> Date: Sun, 6-May-84 20:03:57 EDT Article-I.D.: cincy.1181 Posted: Sun May 6 20:03:57 1984 Date-Received: Wed, 9-May-84 23:26:54 EDT References: <2361@ecsvax.UUCP>, <456@decvax.UUCP> Organization: U. of Cincinnati ECE Lines: 13 Concerning *a/*b: Actually, the longest lexical token rule isn't necessarily causing the /* to be taken as a begin-comment symbol, at least on Unix systems. The C preprocessor strips comments before handing the code to the first pass, so the preprocessor lexical interpretation is actually the culprit here, not the compiler lexical pass. What's wrong with using disambiguating spaces anyway? They sure make things more readable. Jim Reuter (decvax!cincy!jreuter)