Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!wuarchive!udel!rochester!pt.cs.cmu.edu!cadre.dsl.pitt.edu!pitt!amanue!oglvee!norm From: norm@oglvee.UUCP (Norman Joseph) Newsgroups: comp.lang.c Subject: Re: This one bit me today Message-ID: <504@oglvee.UUCP> Date: 6 Oct 89 12:52:33 GMT References: <2432@hub.UUCP> Organization: Oglevee Computer Systems, Connellsville, Pa Lines: 20 From article <2432@hub.UUCP>, by dougp@voodoo.ucsb.edu: > -Message-Text-Follows- > main() > { > int a=1,b=2,*p=&a,c; > c=b/*p; > } > > First real flaw in the C grammer I have found. I think it's just as fair to say that the fault lies not in the Grammar but in the Programmer (with apologies to Shakespeare). Not only would the judicious use of white space have prevented this "flaw", but it makes good sense for readability & maintenance. What makes people afraid to hit the space bar? Is it sloth, or ignorance? -- Norm Joseph - Oglevee Computer System, Inc. UUCP: ...!{pitt,cgh}!amanue!oglvee!norm /* you are not expected to understand this */