Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!wuarchive!gem.mps.ohio-state.edu!apple!metaphor!dowell From: dowell@metaphor.Metaphor.COM (Craig Dowell) Newsgroups: comp.lang.c Subject: Re: This one bit me today Summary: I don't understand what bit you. Everything works as I expect. At least it does on my 3/50 with cc. C == 2. Message-ID: <828@metaphor.Metaphor.COM> Date: 5 Oct 89 17:17:52 GMT Organization: Metaphor Computer Systems, Mountain View, CA Lines: 11 References: <2432@hub.UUCP> In article <2432@hub.UUCP>, dougp@voodoo.ucsb.edu writes: > -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.