Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!ncar!unmvax!bbx!bbxsda!scott From: scott@bbxsda.UUCP (Scott Amspoker) Newsgroups: comp.lang.c Subject: Re: This one bit me today Message-ID: <210@bbxsda.UUCP> Date: 6 Oct 89 15:47:02 GMT References: <2432@hub.UUCP> <568@sppy00.UUCP> Reply-To: scott@bbxsda.UUCP (Scott Amspoker) Organization: Basis International, Albuquerque, NM Lines: 21 In article <2432@hub.UUCP> dougp@voodoo.ucsb.edu writes: 1> main() 2> { 3> int a=1,b=2,*p=&a,c; ^^ 4> c=b/*p; 5> } Some C compilers will also give you a warning about "=&" which is the "old-style" way of saying "&=". -- Scott Amspoker Basis International, Albuquerque, NM (505) 345-5232