Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!crdgw1!uakari.primate.wisc.edu!aplcen!boingo.med.jhu.edu!haven!adm!smoke!gwyn From: gwyn@smoke.brl.mil (Doug Gwyn) Newsgroups: comp.lang.c Subject: Re: One more point regarding = and == (more flamage) Message-ID: <15634@smoke.brl.mil> Date: 30 Mar 91 14:03:59 GMT References: <1991Mar26.184245.3538@chinet.chi.il.us> <11563@dog.ee.lbl.gov> <3555@inews.intel.com> Organization: U.S. Army Ballistic Research Laboratory, APG, MD. Lines: 4 In article <3555@inews.intel.com> bhoughto@hopi.intel.com (Blair P. Houghton) writes: >toupper.c: while ( (int) (c = getchar()) != EOF ) I hope you noticed that there is a bug there.